]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added note that Python requires at least Win2k SP4
authorChristian Heimes <christian@cheimes.de>
Sun, 4 May 2008 11:50:53 +0000 (11:50 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 4 May 2008 11:50:53 +0000 (11:50 +0000)
Doc/whatsnew/2.6.rst

index 80a6c3e9664f62ff3380a1e85c1590508f444fb0..03bd432a27077c0d91d29abb89d2471cb42a1d25 100644 (file)
@@ -2319,6 +2319,9 @@ Changes to Python's build process and to the C API include:
 Port-Specific Changes: Windows
 -----------------------------------
 
+* The support for Windows 95, 98, ME and NT4 has been dropped.
+  Python 2.6 requires at least Windows 2000 SP4.
+
 * The :mod:`msvcrt` module now supports 
   both the normal and wide char variants of the console I/O
   API.  The :func:`getwch` function reads a keypress and returns a Unicode