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 sylye
Recipients docs@python, sylye
Date 2019-02-21.10:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550744621.39.0.0634252256257.issue36064@roundup.psfhosted.org>
In-reply-to
Content
I found out in the docs 3.6, in the class urllib.request.Request, for the input of 'data' data types, it says :

"The supported object types include bytes, file-like objects, and iterables."

But after testing it with data type dict for the 'data' input, I got error of:

"can't concat str to bytes"

It seems the docs should't say the 'data' data types support iterables.

There more detail discussion is at : https://stackoverflow.com/questions/54802272/some-fundamental-concept-used-in-python-docs

Hope this helps, thanks !
History
Date User Action Args
2019-02-21 10:23:41sylyesetrecipients: + sylye, docs@python
2019-02-21 10:23:41sylyesetmessageid: <1550744621.39.0.0634252256257.issue36064@roundup.psfhosted.org>
2019-02-21 10:23:41sylyelinkissue36064 messages
2019-02-21 10:23:41sylyecreate