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 henrik242
Recipients apetresc, henrik242
Date 2020-03-06.14:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583503544.87.0.24766317499.issue39875@roundup.psfhosted.org>
In-reply-to
Content
Further: 

method should be a string that indicates the HTTP request method that will be used (e.g. 'HEAD'). If provided, its value is stored in the method attribute and is used by get_method(). The default is 'GET' if data is None or 'POST' otherwise.
History
Date User Action Args
2020-03-06 14:05:44henrik242setrecipients: + henrik242, apetresc
2020-03-06 14:05:44henrik242setmessageid: <1583503544.87.0.24766317499.issue39875@roundup.psfhosted.org>
2020-03-06 14:05:44henrik242linkissue39875 messages
2020-03-06 14:05:44henrik242create