[Python-checkins] cpython (3.2): Fix compatibility statement.

antoine.pitrou python-checkins at python.org
Sat Dec 3 22:45:39 CET 2011


http://hg.python.org/cpython/rev/01292dd6dadd
changeset:   73841:01292dd6dadd
branch:      3.2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Dec 03 22:39:13 2011 +0100
summary:
  Fix compatibility statement.

files:
  Doc/faq/general.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -19,7 +19,7 @@
 window systems, and is extensible in C or C++.  It is also usable as an
 extension language for applications that need a programmable interface.
 Finally, Python is portable: it runs on many Unix variants, on the Mac, and on
-PCs under MS-DOS, Windows, Windows NT, and OS/2.
+Windows 2000 and later.
 
 To find out more, start with :ref:`tutorial-index`.  The `Beginner's Guide to
 Python <http://wiki.python.org/moin/BeginnersGuide>`_ links to other

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list