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:17:07
SpamBayes Score 0.0013271916
Marked as misclassified No
Message-id <1238386628.28.0.265769634027.issue5602@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of the urllib.request module, the function 
urllib.request.urlretrieve is shown with parameters:
        (url[, data][, timeout])
Shouldn't the right bracket after 'data' be after 'timeout'?
History
Date User Action Args
2009-03-30 04:17:08MLModelsetrecipients: + MLModel, georg.brandl
2009-03-30 04:17:08MLModelsetmessageid: <1238386628.28.0.265769634027.issue5602@psf.upfronthosting.co.za>
2009-03-30 04:17:07MLModellinkissue5602 messages
2009-03-30 04:17:07MLModelcreate