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-03-30.04:22:18
SpamBayes Score 3.343752e-05
Marked as misclassified No
Message-id <1238386940.02.0.317505088908.issue5603@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2009-03-30 04:22:20MLModelsetrecipients: + MLModel, georg.brandl
2009-03-30 04:22:20MLModelsetmessageid: <1238386940.02.0.317505088908.issue5603@psf.upfronthosting.co.za>
2009-03-30 04:22:19MLModellinkissue5603 messages
2009-03-30 04:22:18MLModelcreate