Cruft cleanup: Removed the unused last_is_sticky argument from the internal
_PyTuple_Resize().
diff --git a/Misc/NEWS b/Misc/NEWS
index b960117..be58d95 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,12 @@
- 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)?
=================================