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 steve.dower
Recipients pitrou, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-06-28.21:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498684809.87.0.487348684273.issue23451@psf.upfronthosting.co.za>
In-reply-to
Content
There is only one deprecation warning left in current builds:

..\Modules\expat\xmlparse.c(796): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
History
Date User Action Args
2017-06-28 21:20:09steve.dowersetrecipients: + steve.dower, pitrou, tim.golden, python-dev, zach.ware
2017-06-28 21:20:09steve.dowersetmessageid: <1498684809.87.0.487348684273.issue23451@psf.upfronthosting.co.za>
2017-06-28 21:20:09steve.dowerlinkissue23451 messages
2017-06-28 21:20:09steve.dowercreate