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 serhiy.storchaka
Recipients Arfrever, asvetlov, danielsh, eli.bendersky, ezio.melotti, flox, ncoghlan, python-dev, serhiy.storchaka, tshepang
Date 2017-03-30.14:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490885708.32.0.779543678958.issue15083@psf.upfronthosting.co.za>
In-reply-to
Content
It is hard to backport bugfixes to 2.7 since tests are too different. Due to this I backported some bugfixes without tests and omitted backporting other bugfixes.

PR 906 converts doctests in 2.7 to unittests. This will help backporting bugfixes too much.

Actually I have backported tests from 3.5 and checked that all old tests are present in new tests. Perhaps I found a bug in ElementTree in 2.7. Will open an issue after merging tests.
History
Date User Action Args
2017-03-30 14:55:08serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, ezio.melotti, Arfrever, eli.bendersky, asvetlov, flox, tshepang, python-dev, danielsh
2017-03-30 14:55:08serhiy.storchakasetmessageid: <1490885708.32.0.779543678958.issue15083@psf.upfronthosting.co.za>
2017-03-30 14:55:08serhiy.storchakalinkissue15083 messages
2017-03-30 14:55:08serhiy.storchakacreate