[New-bugs-announce] [issue1139] PyFile_Encoding should be PyFile_SetEncoding

Gabriel Genellina report at bugs.python.org
Mon Sep 10 05:27:17 CEST 2007


New submission from Gabriel Genellina:

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

----------
components: Documentation
messages: 55774
nosy: gagenellina
severity: normal
status: open
title: PyFile_Encoding should be PyFile_SetEncoding
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1139>
__________________________________


More information about the New-bugs-announce mailing list