summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-04 11:50:53 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-04 11:50:53 (GMT)
commit7e3ab45512c7aebb100e4e7f4f51112bb14bbbed (patch)
tree6970513559ee7ec0fbe63da956f23f6491e4a9e9
parent08c72187efff414cf316630b1cf36a99a5fe3547 (diff)
downloadcpython-7e3ab45512c7aebb100e4e7f4f51112bb14bbbed.zip
cpython-7e3ab45512c7aebb100e4e7f4f51112bb14bbbed.tar.gz
cpython-7e3ab45512c7aebb100e4e7f4f51112bb14bbbed.tar.bz2
Added note that Python requires at least Win2k SP4
-rw-r--r--Doc/whatsnew/2.6.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index 80a6c3e..03bd432 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -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