[Python-checkins] r56192 - peps/trunk/pep-0353.txt

martin.v.loewis python-checkins at python.org
Sun Jul 8 10:59:16 CEST 2007


Author: martin.v.loewis
Date: Sun Jul  8 10:59:16 2007
New Revision: 56192

Modified:
   peps/trunk/pep-0353.txt
Log:
Fix typo reported by Lino Mastrodomenico.


Modified: peps/trunk/pep-0353.txt
==============================================================================
--- peps/trunk/pep-0353.txt	(original)
+++ peps/trunk/pep-0353.txt	Sun Jul  8 10:59:16 2007
@@ -167,7 +167,7 @@
 
 Particular care must be taken for PyArg_ParseTuple calls:
 they need all be checked for s# and t# converters, and
-PY_SIZE_T_CLEAN must be defined before including Python.h
+PY_SSIZE_T_CLEAN must be defined before including Python.h
 if the calls have been updated accordingly.
 
 Fredrik Lundh has written a scanner_ which checks the code


More information about the Python-checkins mailing list