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 benjamin.peterson, martin.panter, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
Date 2016-10-21.02:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477016894.68.0.807918280783.issue23214@psf.upfronthosting.co.za>
In-reply-to
Content
-   .. method:: read1(size=-1)
+   .. method:: read1([size])

I don't understand this change: the default size is documented as -1. Did I miss something?

+      If *size* is −1 (the default)

Is the "−" character deliberate in "−1"? I would expected ``-1``.
History
Date User Action Args
2016-10-21 02:28:14vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, stutzbach, python-dev, martin.panter, serhiy.storchaka
2016-10-21 02:28:14vstinnersetmessageid: <1477016894.68.0.807918280783.issue23214@psf.upfronthosting.co.za>
2016-10-21 02:28:14vstinnerlinkissue23214 messages
2016-10-21 02:28:14vstinnercreate