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 Natanael Copa, benjamin.peterson, christian.heimes, larry, matrixise, ned.deily, vstinner, yan12125
Date 2017-06-13.14:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497365442.16.0.871567079535.issue29591@psf.upfronthosting.co.za>
In-reply-to
Content
I upgraded Modules/expat/ to expat 2.2 using attached rebuild_expat_dir.sh script:
https://github.com/python/cpython/pull/2164

TODO: Should be done later in the master branch, once the security fix is handled.

* Drop support for VMS? VMS support removed from Python 3.4. Remove Modules/expat/expat_config.h
* Drop support for the Open Watcom compiler? Compiler not supported by Python. Remove Modules/expat/watcomconfig.h
* Send Python downstream changes to expat upstream?
History
Date User Action Args
2017-06-13 14:50:42vstinnersetrecipients: + vstinner, larry, christian.heimes, benjamin.peterson, ned.deily, matrixise, yan12125, Natanael Copa
2017-06-13 14:50:42vstinnersetmessageid: <1497365442.16.0.871567079535.issue29591@psf.upfronthosting.co.za>
2017-06-13 14:50:42vstinnerlinkissue29591 messages
2017-06-13 14:50:42vstinnercreate