[docs] [issue19906] Typo in urllib documentation

Claudiu.Popa report at bugs.python.org
Sun Jan 19 20:13:27 CET 2014


Claudiu.Popa added the comment:

Yep, it sounds better. There's an additional warning in urllib.urlopen which states a similar thing:

    warnpy3k("urllib.urlopen() has been removed in Python 3.0 in "
             "favor of urllib2.urlopen()", stacklevel=2)

----------

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


More information about the docs mailing list