]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add another line.
authorMichael W. Hudson <mwh@python.net>
Tue, 26 Mar 2002 11:51:46 +0000 (11:51 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 26 Mar 2002 11:51:46 +0000 (11:51 +0000)
Misc/NEWS

index 05876989ec606bdf4aa031a83c046fdf105963c9..e5f3f7128370afca8ffa42e68a527e07893b6a4c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,6 +5,8 @@ Release date: 26-Mar-2002
 There were a bunch of mostly minor fixes between 2.2.1c1 and 2.2.1c2,
 including:
 
+- I remembered to run autoconf before cutting the release tarball. 
+
 Core and builtins
 
 - The floating point behavoiur fix-up continued into complex_pow.