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 ggenellina
Recipients ggenellina
Date 2007-09-10.03:27:16
SpamBayes Score 0.0029091185
Marked as misclassified No
Message-id <1189394836.73.0.483102180723.issue1139@psf.upfronthosting.co.za>
In-reply-to
Content
Describing the PyFile C API, there is a typo: 
PyFile_Encoding function does not exist, 
should say PyFile_SetEncoding instead.
(This goes down to version 2.3 when the 
function was initially added).

http://docs.python.org/dev/c-api/
concrete.html#PyFile_Encoding
History
Date User Action Args
2007-09-10 03:27:17ggenellinasetspambayes_score: 0.00290912 -> 0.0029091185
recipients: + ggenellina
2007-09-10 03:27:16ggenellinasetspambayes_score: 0.00290912 -> 0.00290912
messageid: <1189394836.73.0.483102180723.issue1139@psf.upfronthosting.co.za>
2007-09-10 03:27:16ggenellinalinkissue1139 messages
2007-09-10 03:27:16ggenellinacreate