[issue5603] Garbled sentence in documentation of urllib.request.urlopen
Mitchell Model
report at bugs.python.org
Mon Mar 30 06:22:20 CEST 2009
New submission from Mitchell Model <mlm at acm.org>:
The middle sentence of the last paragraph of the documentation of
urllib.request.urlopen is garbled, reading:
"The urlopen function from the previous version, Python 2.6 and
earlier, of the module urllib has been discontinued as urlopen can return
the file-object as the previous."
Perhaps the easiest way to say what is intended is "urllib.request.urlopen
replaces the function urllib.urlopen from versions of Python before 3.0".
----------
assignee: georg.brandl
components: Documentation
messages: 84490
nosy: MLModel, georg.brandl
severity: normal
status: open
title: Garbled sentence in documentation of urllib.request.urlopen
versions: Python 3.0, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5603>
_______________________________________
More information about the Python-bugs-list
mailing list