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 Arfrever, barry, benjamin.peterson, christian.heimes, djc, eli.bendersky, ezio.melotti, franck, georg.brandl, jwilk, larry, martin.panter, mcepl, ned.deily, pitrou, rhettinger, rsandwick3, scoder, serhiy.storchaka, steve.dower, vstinner
Date 2018-09-18.13:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537277959.11.0.956365154283.issue17239@psf.upfronthosting.co.za>
In-reply-to
Content
> Who normally updates the vendored libexpat?

I made the 3 latest libexpat updates, and each of them was painful :-)

My notes on vendored libraries:
https://pythondev.readthedocs.io/cpython.html#vendored-external-libraries

I wrote a tool to get the version of all vendored libraries, and a script to updated libexpat.
History
Date User Action Args
2018-09-18 13:39:19vstinnersetrecipients: + vstinner, barry, georg.brandl, rhettinger, pitrou, scoder, larry, christian.heimes, benjamin.peterson, jwilk, ned.deily, djc, mcepl, ezio.melotti, Arfrever, eli.bendersky, martin.panter, serhiy.storchaka, franck, steve.dower, rsandwick3
2018-09-18 13:39:19vstinnersetmessageid: <1537277959.11.0.956365154283.issue17239@psf.upfronthosting.co.za>
2018-09-18 13:39:19vstinnerlinkissue17239 messages
2018-09-18 13:39:19vstinnercreate