
Nov. 30, 2011
9:35 a.m.
http://hg.python.org/peps/rev/37ae67559050 changeset: 4005:37ae67559050 user: Jesus Cea <jcea@jcea.es> date: Wed Nov 30 03:35:05 2011 +0100 summary: Typo in PEP 393 files: pep-0393.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pep-0393.txt b/pep-0393.txt --- a/pep-0393.txt +++ b/pep-0393.txt @@ -189,7 +189,7 @@ gives the void pointer to the data. Access to individual characters should use PyUnicode_{READ|WRITE}[_CHAR]: - - PyUnciode_READ(kind, data, index) + - PyUnicode_READ(kind, data, index) - PyUnicode_WRITE(kind, data, index, value) - PyUnicode_READ_CHAR(unicode, index) -- Repository URL: http://hg.python.org/peps
4891
Age (days ago)
4891
Last active (days ago)
0 comments
1 participants
participants (1)
-
jesus.cea