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 baruch.sterin
Recipients baruch.sterin, docs@python, eli.bendersky
Date 2012-03-04.09:01:51
SpamBayes Score 0.0012967867
Marked as misclassified No
Message-id <1330851772.02.0.477767917701.issue14190@psf.upfronthosting.co.za>
In-reply-to
Content
A few additional ones:

The prototype in the documentation is incorrect:

* PyFile_SetEncoding accepts PyObject*, not PyFileObject*
* PyFile_SetEncodingAndErrors accepts PyObject*, not PyFileObject*

PyLong_AsSsize_t is also duplicated.
History
Date User Action Args
2012-03-04 09:02:52baruch.sterinsetrecipients: + baruch.sterin, eli.bendersky, docs@python
2012-03-04 09:02:52baruch.sterinsetmessageid: <1330851772.02.0.477767917701.issue14190@psf.upfronthosting.co.za>
2012-03-04 09:01:51baruch.sterinlinkissue14190 messages
2012-03-04 09:01:51baruch.sterincreate