diff options
author | Georg Brandl <georg@python.org> | 2009-07-11 10:39:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-07-11 10:39:23 (GMT) |
commit | 216cca7d44d28d2c960bac8eefa3c794dcb220b2 (patch) | |
tree | 26ac834a3559b4c89535a396a9fb55f645d9fcf2 /Modules/arraymodule.c | |
parent | 9cbb125d7d1020f312612c77e96ff76c20c6d1a3 (diff) | |
download | cpython-216cca7d44d28d2c960bac8eefa3c794dcb220b2.zip cpython-216cca7d44d28d2c960bac8eefa3c794dcb220b2.tar.gz cpython-216cca7d44d28d2c960bac8eefa3c794dcb220b2.tar.bz2 |
#6430: remove mention of "w" array typecode.
Diffstat (limited to 'Modules/arraymodule.c')
-rw-r--r-- | Modules/arraymodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 8f6ca39..b24b4c9 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1978,7 +1978,6 @@ is a single character. The following type codes are defined:\n\ '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\ |