From: Tim Peters Date: Thu, 1 Mar 2001 22:19:38 +0000 (+0000) Subject: Thank Jason Tishler and Steven Majewski for their help in the Cygwin and X-Git-Tag: v2.1b1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fe289a21b6f4d380970492a97472fd24a7ca452;p=python Thank Jason Tishler and Steven Majewski for their help in the Cygwin and MacOS X ports. Change section header to beta 1. --- diff --git a/Misc/NEWS b/Misc/NEWS index 34fd4b19b0..6950ec1918 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? =================================