Message77611
| 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:23 | ajaksu2 | set | recipients: + ajaksu2, amaury.forgeotdarc, dato |
| 2008-12-11 13:13:23 | ajaksu2 | set | messageid: <1229001203.85.0.593117677407.issue4631@psf.upfronthosting.co.za> |
| 2008-12-11 13:13:23 | ajaksu2 | link | issue4631 messages |
| 2008-12-11 13:13:22 | ajaksu2 | create | |