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 ajaksu2
Recipients ajaksu2, amaury.forgeotdarc, dato
Date 2008-12-11.13:13:22
SpamBayes Score 0.00091223296
Marked as misclassified No
Message-id <1229001203.85.0.593117677407.issue4631@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed:

Python 3.1a0 (py3k:67702, Dec 11 2008, 11:09:14)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib.request
>>>
urllib.request.urlopen('http://bugs.debian.org/cgi-bin/bugreport.cgi?mbox=yes;bug=123456').readlines()
[b'f65\r\n', b'From mechanix@lucretia.debian.net Tue Dec 11 11:32:47
2001\n',  ...

Perhaps it's related to the \r at read boundaries bug?
History
Date User Action Args
2008-12-11 13:13:23ajaksu2setrecipients: + ajaksu2, amaury.forgeotdarc, dato
2008-12-11 13:13:23ajaksu2setmessageid: <1229001203.85.0.593117677407.issue4631@psf.upfronthosting.co.za>
2008-12-11 13:13:23ajaksu2linkissue4631 messages
2008-12-11 13:13:22ajaksu2create