[Python-Dev] Re: _PyTuple_Resize() in 2.2 (original) (raw)
Tim Peters tim@zope.com
Thu, 29 Nov 2001 15:56:53 -0500
- Previous message: [Python-Dev] Re: _PyTuple_Resize() in 2.2
- Next message: [Python-Dev] Re: _PyTuple_Resize() in 2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You may want to include in your Python 2.2 change log the fact that PyTupleResize() has now 2 arguments instead of 3. The last
As the NEWS file for 2.2a1 said,
""" C API
- Removed the unused last_is_sticky argument from the internal _PyTuple_Resize(). If this affects you, you were cheating. """
Nobody outside the core should be using any private API functions (hence, "cheating").
- Previous message: [Python-Dev] Re: _PyTuple_Resize() in 2.2
- Next message: [Python-Dev] Re: _PyTuple_Resize() in 2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]