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 vstinner
Recipients Jim Fasarakis-Hilliard, Mariatta, chortos, eric.araujo, jesstess, macpherson.scott, ned.deily, python-dev, ronaldoussoren, serhiy.storchaka, vstinner, yan12125
Date 2017-05-15.09:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494841125.11.0.402202641024.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy Storchaka: "And please add a Misc/NEWS entry."

I created https://github.com/python/cpython/pull/1590


Serhiy: "You can use test.support.import_module(deprecated=True) for importing deprecated module in tests."

I looked at this function, but I don't want to skip the test if the module cannot be imported.


Jim Fasarakis-Hilliard: "Great! Also, as Mariatta mentioned in a previous message, shouldn't an entry in PEP-4 be made?"

I created https://github.com/python/peps/pull/257

I didn't know the PEP 4.
History
Date User Action Args
2017-05-15 09:38:45vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, eric.araujo, jesstess, chortos, python-dev, serhiy.storchaka, yan12125, Jim Fasarakis-Hilliard, macpherson.scott, Mariatta
2017-05-15 09:38:45vstinnersetmessageid: <1494841125.11.0.402202641024.issue9850@psf.upfronthosting.co.za>
2017-05-15 09:38:45vstinnerlinkissue9850 messages
2017-05-15 09:38:45vstinnercreate