[Python-checkins] r73942 - python/branches/py3k/Modules/arraymodule.c
georg.brandl
python-checkins at python.org
Sat Jul 11 12:39:24 CEST 2009
Author: georg.brandl
Date: Sat Jul 11 12:39:23 2009
New Revision: 73942
Log:
#6430: remove mention of "w" array typecode.
Modified:
python/branches/py3k/Modules/arraymodule.c
Modified: python/branches/py3k/Modules/arraymodule.c
==============================================================================
--- python/branches/py3k/Modules/arraymodule.c (original)
+++ python/branches/py3k/Modules/arraymodule.c Sat Jul 11 12:39:23 2009
@@ -1978,7 +1978,6 @@
'H' unsigned integer 2 \n\
'i' signed integer 2 \n\
'I' unsigned integer 2 \n\
- 'w' unicode character 4 \n\
'l' signed integer 4 \n\
'L' unsigned integer 4 \n\
'f' floating point 4 \n\
More information about the Python-checkins
mailing list