diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-28 22:30:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-28 22:30:08 (GMT) |
commit | 4324aa3572f123883e67a807b633b3d0d452a267 (patch) | |
tree | 60fd3ab62d4cc58c75e4cf58599e3b7d59a5cfb1 /Misc | |
parent | 6a922372ad24a86306d70889e67edb03815d07c0 (diff) | |
download | cpython-4324aa3572f123883e67a807b633b3d0d452a267.zip cpython-4324aa3572f123883e67a807b633b3d0d452a267.tar.gz cpython-4324aa3572f123883e67a807b633b3d0d452a267.tar.bz2 |
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
_PyTuple_Resize().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -155,6 +155,12 @@ New platforms - Python should compile and run out of the box using the Borland C compiler (under Windows), thanks to Stephen Hansen. +C API + +- Removed the unused last_is_sticky argument from the internal + _PyTuple_Resize(). If this affects you, you were cheating. + + What's New in Python 2.1 (final)? ================================= |