[Python-Dev] [Python-checkins] r60283 - in python/trunk: Include/longintrepr.h Include/longobject.h Include/unicodeobject.h Misc/NEWS Modules/_fileio.c Objects/longobject.c Objects/unicodeobject.c setup.py (original) (raw)

Raymond Hettinger python at rcn.com
Sat Jan 26 19:45:12 CET 2008


'bytearray' is a separate issue. It's a brand new type: a mutable byte array. Its status as a built-in and completely different API makes it much more convenient than using the old array module.

That's reasonable.

Raymond



More information about the Python-Dev mailing list