This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients abarnert, gvanrossum, levkivskyi
Date 2016-04-02.21:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459630970.14.0.64769805127.issue25987@psf.upfronthosting.co.za>
In-reply-to
Content
I was not sure whether Andrew is still interested. I made a simple-minded patch following his proposal. I also added tests and changed docs accordingly. Note that I also changed the expected MRO for MutableSequence in one of the functools tests according to the new hierarchy (otherwise test_functools fails).

Please review.

PS: Some tests was skipped on my machine, here is the list:
    test_bz2 test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
    test_idle test_kqueue test_lzma test_msilib test_ossaudiodev
    test_smtpnet test_socketserver test_ssl test_startfile test_tcl
    test_timeout test_tix test_tk test_ttk_guionly test_ttk_textonly
    test_urllib2net test_urllibnet test_winreg test_winsound
    test_xmlrpc_net test_zipfile64
History
Date User Action Args
2016-04-02 21:02:50levkivskyisetrecipients: + levkivskyi, gvanrossum, abarnert
2016-04-02 21:02:50levkivskyisetmessageid: <1459630970.14.0.64769805127.issue25987@psf.upfronthosting.co.za>
2016-04-02 21:02:50levkivskyilinkissue25987 messages
2016-04-02 21:02:50levkivskyicreate