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 koobs
Recipients benjamin.peterson, eric.araujo, kalt, koobs, pitrou, tim.peters
Date 2012-07-21.16:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342888630.95.0.823170957635.issue8893@psf.upfronthosting.co.za>
In-reply-to
Content
uname -rs: FreeBSD 9.0-RELEASE-p3 (AMD64)
python -V: Python 2.7.3

`python readline.py:
read     :  ['oink', 'oink']
readlines:  ['oink\n', 'oink\n']
readline :

Without the patch:

read     :  []
readlines:  []
readline :

Is there a test for this we could add? FreeBSD buildbots currently passing all tests
History
Date User Action Args
2012-07-21 16:37:11koobssetrecipients: + koobs, tim.peters, pitrou, benjamin.peterson, kalt, eric.araujo
2012-07-21 16:37:10koobssetmessageid: <1342888630.95.0.823170957635.issue8893@psf.upfronthosting.co.za>
2012-07-21 16:37:10koobslinkissue8893 messages
2012-07-21 16:37:10koobscreate