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.

Author MLModel
Recipients MLModel, georg.brandl
Date 2009-02-24.01:08:16
SpamBayes Score 7.0726023e-06
Marked as misclassified No
Message-id <1235437700.71.0.10154464666.issue5357@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-02-24 01:08:21MLModelsetrecipients: + MLModel, georg.brandl
2009-02-24 01:08:20MLModelsetmessageid: <1235437700.71.0.10154464666.issue5357@psf.upfronthosting.co.za>
2009-02-24 01:08:18MLModellinkissue5357 messages
2009-02-24 01:08:16MLModelcreate