summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 02:48:46 +0200
committerJesus Cea <jcea@jcea.es>2012-10-05 02:48:46 +0200
commit0f7663cd831b3fb89b0af333a5848f3783b2388f (patch)
tree7b956b9a0fd919de4f22a8f4e1053d37a0d5ae7f /setup.py
parentbf8fb6590a3705f93cea1943d8a30b9b926e3c66 (diff)
downloadcpython-0f7663cd831b3fb89b0af333a5848f3783b2388f.tar.gz
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4dc58c8492..4cd3204bc5 100644
--- a/setup.py
+++ b/setup.py
@@ -2103,7 +2103,7 @@ is also usable as an extension language for applications that need a
programmable interface.
The Python implementation is portable: it runs on many brands of UNIX,
-on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't
+on Windows, DOS, Mac, Amiga... If your favorite system isn't
listed here, it may still be supported, if there's a C compiler for
it. Ask around on comp.lang.python -- or just try compiling Python
yourself.