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 vstinner
Recipients belopolsky, dmalcolm, docs@python, eric.araujo, terry.reedy, vstinner
Date 2011-05-30.21:13:23
SpamBayes Score 1.3228847e-05
Marked as misclassified No
Message-id <1306790003.88.0.717420337332.issue9738@psf.upfronthosting.co.za>
In-reply-to
Content
> Here is an interesting case for your collection: PyDict_GetItemString.

It's easier to guess the encoding of such function: Python 3 always use UTF-8, but yes, the encoding should be documented.

I documented many functions, directly in the header files, and sometimes also in the reST documentation.

I close this issue because I consider it as done. If you would like to document the encoding of some specific functions, please open new issues.
History
Date User Action Args
2011-05-30 21:13:24vstinnersetrecipients: + vstinner, terry.reedy, belopolsky, eric.araujo, dmalcolm, docs@python
2011-05-30 21:13:23vstinnersetmessageid: <1306790003.88.0.717420337332.issue9738@psf.upfronthosting.co.za>
2011-05-30 21:13:23vstinnerlinkissue9738 messages
2011-05-30 21:13:23vstinnercreate