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 serhiy.storchaka
Recipients Nam.Nguyen, martin.panter, serhiy.storchaka, vstinner
Date 2017-06-20.14:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The urllib package consists of two parts: urllib.parse and urllib.request. I think urllib.request is responsible for making valid requests and validate arguments if needed.
History
Date User Action Args
2017-06-20 14:57:28serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, martin.panter, Nam.Nguyen
2017-06-20 14:57:28serhiy.storchakasetmessageid: <[email protected]>
2017-06-20 14:57:28serhiy.storchakalinkissue30500 messages
2017-06-20 14:57:28serhiy.storchakacreate