diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-03-31 02:42:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-03-31 02:42:42 (GMT) |
commit | 68ad64af8744bf50a05eeebdca2fb735e86942f1 (patch) | |
tree | 7b11a9a25325519bb0c077cc1886bc8c20524329 /Misc | |
parent | f89d993e076da2ff84e809328862f636c3ce0f81 (diff) | |
download | cpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.zip cpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.tar.gz cpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.tar.bz2 |
Remove the backed-out version requirement
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |