]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News for 2.1.2 final. This is good now.
authorGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:13:16 +0000 (22:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:13:16 +0000 (22:13 +0000)
Misc/NEWS

index d0e30a18223ad3c04172c56b44a40fd2c04e8427..bc8a258d97003d0c1822099bdcb240c39e5426f3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,25 @@
+What's New in Python 2.1.2 (final)?
+===================================
+
+Changes in metadata:
+
+- Fixed the version numbers in the LICENSE, and the copyright date in
+  numerous places.
+
+- Fixed the instructions (in Doc/lib/libposix.tex) for building with
+  Large Filesystem Support (LFS).
+
+- Added GetArgv() docs in Mac UI chapter.
+
+- Some fixes to the Misc/NEWS file (e.g. the note about the new 32-bit
+  installer wasn't in the 2.1.2c1 release).
+
+One code change:
+
+- Backported a bugfix for importdl.c, SF patch #471839: Bug when
+  extensions import extensions.
+
+
 What's New in Python 2.1.2 (rc1)?
 =================================