[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
- Previous message: [Python-Dev] [python] Re: [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
- Next message: [Python-Dev] TIOBE Programming Community Index
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
'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
- Previous message: [Python-Dev] [python] Re: [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
- Next message: [Python-Dev] TIOBE Programming Community Index
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]