summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34fd4b1..6950ec1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,5 +1,5 @@
-What's New in Python 2.1 alpha 509?
-===================================
+What's New in Python 2.1 beta 1?
+================================
Core language, builtins, and interpreter
@@ -72,6 +72,14 @@ Windows changes
- Build: Subproject _test (effectively) renamed to _testcapi.
+New platforms
+
+- 2.1 should compile and run out of the box under MacOS X, even using HFS+.
+ Thanks to Steven Majewski!
+
+- 2.1 should compile and run out of the box on Cygwin. Thanks to Jason
+ Tishler!
+
What's New in Python 2.1 alpha 2?
=================================