]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Files used for 2.1.1 distribution.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 2 Aug 2001 22:26:53 +0000 (22:26 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 2 Aug 2001 22:26:53 +0000 (22:26 +0000)
Mac/Distributions/(vise)/Python 2.1.vct
Mac/Include/macbuildno.h
Mac/ReadMe
Mac/Relnotes

index 01763e831e9ff6b9af9994fc813df6d7dc7d9ef4..1c38af1d8273bfe78f829e0ca931e35761cd8350 100644 (file)
Binary files a/Mac/Distributions/(vise)/Python 2.1.vct and b/Mac/Distributions/(vise)/Python 2.1.vct differ
index c91fd2b19423bf6cf3f0c6728c2ca2be19db2688..1956b4daede789114fc9d7f04449d44a9977ba41 100644 (file)
@@ -1 +1 @@
-#define BUILD 96
+#define BUILD 97
index 56a30a57976420e13d7a4fab02096439358aeff8..86b7a45de3121f72fabd52dcda95c5cdccc808ad 100644 (file)
@@ -26,7 +26,7 @@ now. The documentation is in HTML format, start with index.html.
 
 Caveats
 -------
-Aside from the general new Python 2.1 features compared to 2.0 the main
+Aside from the general new Python 2.1.1 features compared to 2.0 the main
 feature of this release is Carbon support.
 
 This installer installs MacPython for classic PPC MacOS, MacPython for Carbon
@@ -187,8 +187,8 @@ course. Mac-specific thanks go to the pythonmac-sig, Just van Rossum,
 Corran Webster, Tony Ingraldi, Erik van Blokland, Bill Bedford, Chris
 Stern, Gordon Worley, Oliver Steele, M. Papillon, Steven Majewski, David
 Goodger, Chris Barker, Luc Lefebvre, Tattoo Mabonzo K., Russell Finn,
-Tom Bridgman Russel Owen and all the other people who provided feedback,
-code or both!
+Tom Bridgman, Russel Owen, Pascal Oberndoerfer and all the other people
+who provided feedback, code or both!
 
 MacPython includes waste, a TextEdit replacement which is (c) 1998 Marco Piovanelli.
 
index 88c3e26c30ccf3bb5090a1602740fd667026a5d0..f776efd9cd48f7a30ebf4565b623259dddb7d04b 100644 (file)
@@ -23,6 +23,7 @@ for machine-independent changes.
 - Handling of Dialogs and Windows that were not created by Python is a bit more graceful
   now, which may fix some crashes.
 - Ctl.SendControlMessage has gone. But it didn't work anyway.
+- Various problems with the TextEdit and Waste demos have been fixed.
 - Embedding/extending only: in preparation to allowing the use of MacPython modules in
   unix-Python on OSX the xxx_New and xxx_Convert routines are now optionally vectored via
   glue routines in macglue.c. The only change that may be needed for embedders/extenders is
@@ -63,3 +64,5 @@ http://www.cwi.nl/~jack/macpython.html.
 - PythonInterpreter used interactively will eat a lot of processor cycles. You should use
   PythonIDE for interactive work and PythonInterpreter for scripts only. This is especially
   true under OSX.
+- AliasMenu 2.2 conflicts with the Carbon version of Python. This is most likely a problem
+  with AliasMenu (which is from 1999, and thus predates Carbon altogether).