From: Antoine Pitrou Date: Sat, 3 Dec 2011 21:39:13 +0000 (+0100) Subject: Fix compatibility statement. X-Git-Tag: v3.2.3rc1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc809a286a7f61a1f7605ad83a601cd2a4c10a28;p=thirdparty%2FPython%2Fcpython.git Fix compatibility statement. --- diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 0a53d2eaaf29..53c3b61286c0 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 `_ links to other