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 apetresc
Recipients apetresc, henrik242
Date 2020-03-06.13:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583500460.18.0.925528089796.issue39875@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug, you've just misunderstood the urllib API. If you want to pass POST data as a payload, it's the second `data` parameter to `urlopen`: https://bugs.python.org/?@action=confrego&otk=KX9AqsI0JnOLkplIY1AGKXAmDKa38COy
History
Date User Action Args
2020-03-06 13:14:20apetrescsetrecipients: + apetresc, henrik242
2020-03-06 13:14:20apetrescsetmessageid: <1583500460.18.0.925528089796.issue39875@roundup.psfhosted.org>
2020-03-06 13:14:20apetresclinkissue39875 messages
2020-03-06 13:14:20apetresccreate