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 martin.panter
Recipients docs@python, martin.panter, nadeem.vawda, python-dev
Date 2015-11-18.07:43:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447832641.32.0.29445730655.issue23200@psf.upfronthosting.co.za>
In-reply-to
Content
See Issue 224981 (bug) and Issue 403373 (patch) about the Z_SYNC_FLUSH change (the numbers in the commit message are different and do not work).

I committed my doc change to 2.7 and 3.4+, which leaves the main problem of what to do about flush(). I propose deprecate-flush.patch for 3.6, which deprecates this method.

I ran the test suite with -Werror, so I hopefully got all the instances of flush() in the library.
History
Date User Action Args
2015-11-18 07:44:02martin.pantersetrecipients: + martin.panter, nadeem.vawda, docs@python, python-dev
2015-11-18 07:44:01martin.pantersetmessageid: <1447832641.32.0.29445730655.issue23200@psf.upfronthosting.co.za>
2015-11-18 07:44:01martin.panterlinkissue23200 messages
2015-11-18 07:44:01martin.pantercreate