[Python-3000] Two proposals for a new list-like type: one modest, one radical (original) (raw)
Daniel Stutzbach daniel at stutzbachenterprises.com
Mon Apr 23 18:57:18 CEST 2007
- Previous message: [Python-3000] a plea : invalid comparisons should raise an exception
- Next message: [Python-3000] Two proposals for a new list-like type: one modest, one radical
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/23/07, Bill Janssen <janssen at parc.com> wrote:
> Replace list() with the BList.
Generally, I like the idea. But how about extension modules which make use of the current implementation details?
PyListObject could be moved to the collections module so that C extension modules can continue to use it.
-- Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises LLC
- Previous message: [Python-3000] a plea : invalid comparisons should raise an exception
- Next message: [Python-3000] Two proposals for a new list-like type: one modest, one radical
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]