[issue10050] urllib.request still has old 2.x urllib primitives

Jeff McNeil report at bugs.python.org
Sat Mar 19 02:18:15 CET 2011


Jeff McNeil <jeff at jmcneil.net> added the comment:

Made recommended changes. Moved to NamedTemporaryFile. I don't think the spooled file makes sense here as the existing protocol provides a filename in the returned tuple, not a f.l.o. 

As far as the description?  Here are a couple suggestions:

1. URL Retrieval Library
2. URL Access Module

Updated the module documentation as well as the howto.

----------
Added file: http://bugs.python.org/file21286/issue10050.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10050>
_______________________________________


More information about the Python-bugs-list mailing list