diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-03 21:39:13 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-03 21:39:13 (GMT) |
commit | cc809a286a7f61a1f7605ad83a601cd2a4c10a28 (patch) | |
tree | 18aaccd3c0afe4f13f5338facdac8a2b46a49721 /Doc/faq/general.rst | |
parent | 748799a0a66672a557960bd37bc7ebf378395aa7 (diff) | |
download | cpython-cc809a286a7f61a1f7605ad83a601cd2a4c10a28.zip cpython-cc809a286a7f61a1f7605ad83a601cd2a4c10a28.tar.gz cpython-cc809a286a7f61a1f7605ad83a601cd2a4c10a28.tar.bz2 |
Fix compatibility statement.
Diffstat (limited to 'Doc/faq/general.rst')
-rw-r--r-- | Doc/faq/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 0a53d2e..53c3b61 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -19,7 +19,7 @@ It has interfaces to many system calls and libraries, as well as to various 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 |