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: Last paragraph of urllib.request.urlopen documentation is garbled
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: MLModel, georg.brandl
Priority: normal Keywords:

Created on 2009-02-24 01:08 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg82652 - (view) Author: Mitchell Model (MLModel) Date: 2009-02-24 01:08
The last two sentences of the last paragraph of the documentation of 
urllib.request.urlopen are shown below. I have broken up the text to 
comment on places where it appears to be garbled. It might be easier to 
just rewrite the two sentences rather than trying to make the 
corrections I'm suggesting.

The urlopen function from the previous version,

        "the previous version" --> "previous versions"

Python 2.6 and earlier, of the module urllib has been discontinued as 
urlopen can return the file-object as the previous.

         either one or more words are missing from the end of the 
sentence or the last part of the sentence starting with "as" needs 
repair

The proxy handling, 

        "handling" --> "handler"?

which in earlier 

        "earlier" --> "earlier versions"?

was passed as a dict parameter to urlopen can be availed 

        need comma after "urlopen"

        "availed" --> "obtained"
        or better, perhaps: "can be obtained by using ProxyHandler 
objects" instead of "by the use of...."

by the use of ProxyHandler objects.
msg82840 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-27 16:47
That paragraph was a slight bit incomprehensible :)

Fixed in r70024.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49607
2009-02-27 16:47:08georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg82840
2009-02-24 01:08:18MLModelcreate