➜

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 berker.peksag, brett.cannon, docs@python, ezio.melotti, georg.brandl, martin.panter, python-dev, r.david.murray, serhiy.storchaka
Date 2015-12-06.01:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449365138.15.0.44167136386.issue23738@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a more conservative patch using square brackets, and documenting the defaults in the text. I updated all the documentation from my previous patch, and added new changes for the β€œio” module.

One quirk was that BufferedReader.read1() does not actually support the value βˆ’1. Therefore I changed the base class to BufferedIOBase.read1([size]) without mentioning what happens when size is omitted. Related: Issue 23214.
History
Date User Action Args
2015-12-06 01:25:38martin.pantersetrecipients: + martin.panter, brett.cannon, georg.brandl, ezio.melotti, r.david.murray, docs@python, python-dev, berker.peksag, serhiy.storchaka
2015-12-06 01:25:38martin.pantersetmessageid: <1449365138.15.0.44167136386.issue23738@psf.upfronthosting.co.za>
2015-12-06 01:25:38martin.panterlinkissue23738 messages
2015-12-06 01:25:37martin.pantercreate