summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-02 06:49:50 (GMT)
committerGuido van Rossum <guido@python.org>2001-03-02 06:49:50 (GMT)
commit9089b2769ecf9b6825f204001d410830883f8e19 (patch)
treea10a2428c862e683aaac62d8879a7323617470aa /Misc/NEWS
parentfb872a7c7517177e23d86ac9a96cca30563a7f8c (diff)
downloadcpython-9089b2769ecf9b6825f204001d410830883f8e19.zip
cpython-9089b2769ecf9b6825f204001d410830883f8e19.tar.gz
cpython-9089b2769ecf9b6825f204001d410830883f8e19.tar.bz2
ROSCOS change.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6950ec1..d7eec13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,14 @@ New platforms
- 2.1 should compile and run out of the box on Cygwin. Thanks to Jason
Tishler!
+- 2.1 contains new files and patches for RISCOS, thanks to Dietmar
+ Schwertberger! See RISCOS/README for more information -- it seems
+ that because of the bizarre filename conventions on RISCOS, no port
+ to that platform is easy. Note that the new variable os.endsep is
+ silently supported in order to make life easier on this platform,
+ but we don't advertise it because it's not worth for most folks to
+ care about RISCOS portability.
+
What's New in Python 2.1 alpha 2?
=================================