summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-03-31 02:42:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-03-31 02:42:42 (GMT)
commit68ad64af8744bf50a05eeebdca2fb735e86942f1 (patch)
tree7b11a9a25325519bb0c077cc1886bc8c20524329 /Misc
parentf89d993e076da2ff84e809328862f636c3ce0f81 (diff)
downloadcpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.zip
cpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.tar.gz
cpython-68ad64af8744bf50a05eeebdca2fb735e86942f1.tar.bz2
Remove the backed-out version requirement
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0fb1392..84472f7 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.