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 nascheme
Recipients arigo, martin.panter, nascheme, neologix, nikratio, serhiy.storchaka, tim.peters, vstinner, xgdomingo
Date 2017-09-05.03:18:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504581523.09.0.4284950322.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset e38d12ed34870c140016bef1e0ff10c8c3d3f213 by Neil Schemenauer in branch 'master':
bpo-17852: Maintain a list of BufferedWriter objects.  Flush them on exit. (#1908)
https://github.com/python/cpython/commit/e38d12ed34870c140016bef1e0ff10c8c3d3f213
History
Date User Action Args
2017-09-05 03:18:43naschemesetrecipients: + nascheme, tim.peters, arigo, vstinner, nikratio, neologix, martin.panter, serhiy.storchaka, xgdomingo
2017-09-05 03:18:43naschemesetmessageid: <1504581523.09.0.4284950322.issue17852@psf.upfronthosting.co.za>
2017-09-05 03:18:43naschemelinkissue17852 messages
2017-09-05 03:18:42naschemecreate