summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-11 21:03:32 +0000
committerGuido van Rossum <guido@python.org>2001-04-11 21:03:32 +0000
commit34d37dc5d209a4fd43fed6502a4086573354f615 (patch)
tree6702d1bcacb24c61281990f9747232e35b692212
parent2242f2fbd0d50546ad79e800efbc6f0a2334bd0b (diff)
downloadcpython-git-34d37dc5d209a4fd43fed6502a4086573354f615.tar.gz
Noted the improved RISCOS port and the new Unixware 7 port.
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 8644eb8bc1..49ebc2a380 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -12,6 +12,7 @@ PS: In the standard Python distribution this file is encoded in Latin-1.
Jim Ahlstrom
Jyrki Alakuijala
+Billy G. Allie
Mark Anacker
Anders Andersen
Oliver Andrich
diff --git a/Misc/NEWS b/Misc/NEWS
index 92def290a5..e3bb40532d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,6 +7,10 @@ What's New in Python 2.1 final?
with pdb, in either the shell window or the *Python* window, the
source file and line will be tracked by an arrow.
+- New port: SCO Unixware 7, by Billy G. Allie.
+
+- Updated the RISCOS port.
+
What's New in Python 2.1 beta 2?
================================