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 scott.dial
Recipients
Date 2006-10-10.00:33:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=383208

Ah yes, you are correct that urllib has the same problem. I
have attached a patch to correct all of those instances as well.

It is note-worthy that the one usage of decodestring in
urllib is correct (as it is decoding the body of the
response and should reasonably expect to see newlines in
that encoding).
History
Date User Action Args
2007-08-23 15:54:55adminlinkissue1574068 messages
2007-08-23 15:54:55admincreate