[Python-Dev] Re: _PyTuple_Resize() in 2.2 (original) (raw)

Tim Peters tim@zope.com
Thu, 29 Nov 2001 15:56:53 -0500


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

Nobody outside the core should be using any private API functions (hence, "cheating").