From: Andrew M. Kuchling Date: Sat, 31 Mar 2001 02:42:42 +0000 (+0000) Subject: Remove the backed-out version requirement X-Git-Tag: v2.1c1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68ad64af8744bf50a05eeebdca2fb735e86942f1;p=thirdparty%2FPython%2Fcpython.git Remove the backed-out version requirement --- diff --git a/Misc/NEWS b/Misc/NEWS index 0fb1392bd6b9..84472f7e967a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -97,8 +97,7 @@ Distutils and the Metrowerks compiler. - added 'platforms' and 'keywords' to the set of metadata that can be - specified for a distribution. Supplying a version number has been made - compulsory. + specified for a distribution. - applied patches from Jason Tishler to make the compiler class work with Cygwin.