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.

classification
Title: PyFile_Encoding should be PyFile_SetEncoding
Type: behavior Stage:
Components: Documentation Versions: Python 3.0, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ggenellina
Priority: normal Keywords:

Created on 2007-09-10 03:27 by ggenellina, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55774 - (view) Author: Gabriel Genellina (ggenellina) Date: 2007-09-10 03:27
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
msg55851 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-12 18:11
Fixed in rev. 58117, 58118 (2.5). Thanks!
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45480
2007-09-12 18:11:18georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg55851
2007-09-10 17:12:18gvanrossumsetassignee: georg.brandl
nosy: + georg.brandl
2007-09-10 03:27:16ggenellinacreate