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 serhiy.storchaka
Recipients nadeem.vawda, serhiy.storchaka, vajrasky
Date 2014-03-06.09:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394097236.99.0.441738824509.issue20856@psf.upfronthosting.co.za>
In-reply-to
Content
This is documented behavior.

   .. method:: peek([n])

      Return buffered data without advancing the file position. At least one
      byte of data will be returned (unless at EOF). The exact number of bytes
      returned is unspecified.
History
Date User Action Args
2014-03-06 09:13:57serhiy.storchakasetrecipients: + serhiy.storchaka, nadeem.vawda, vajrasky
2014-03-06 09:13:56serhiy.storchakasetmessageid: <1394097236.99.0.441738824509.issue20856@psf.upfronthosting.co.za>
2014-03-06 09:13:56serhiy.storchakalinkissue20856 messages
2014-03-06 09:13:56serhiy.storchakacreate