Issue 1139: PyFile_Encoding should be PyFile_SetEncoding (original) (raw)
Issue1139
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) * ![]() |
Date: 2007-09-12 18:11 |
Fixed in rev. 58117, 58118 (2.5). Thanks! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:26 | admin | set | github: 45480 |
2007-09-12 18:11:18 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + |
2007-09-10 17:12:18 | gvanrossum | set | assignee: georg.brandlnosy: + georg.brandl |
2007-09-10 03:27:16 | ggenellina | create |