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.

classification
Title: Garbled sentence in documentation of urllib.request.urlopen
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: MLModel, georg.brandl
Priority: normal Keywords:

Created on 2009-03-30 04:22 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg84490 - (view) Author: Mitchell Model (MLModel) Date: 2009-03-30 04:22
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".
msg84900 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-31 21:00
Already fixed in dev docs.
History
Date User Action Args
2022-04-11 14:56:47adminsetgithub: 49853
2009-03-31 21:00:49georg.brandlsetstatus: open -> closed
resolution: out of date
messages: + msg84900
2009-03-30 04:22:19MLModelcreate