From: Georg Brandl Date: Tue, 31 Mar 2009 21:40:24 +0000 (+0000) Subject: Remove warning about pending Win9x support removal. X-Git-Tag: v2.7a1~1666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a744c13877a14da76387afb9e50389c3375883b;p=thirdparty%2FPython%2Fcpython.git Remove warning about pending Win9x support removal. --- diff --git a/README b/README index cd625c32caac..8168c290ae9c 100644 --- a/README +++ b/README @@ -248,24 +248,9 @@ longer: - Systems using --with-dl-dld - Systems using --without-universal-newlines - MacOS 9 - -The following systems are still supported in Python 2.5, but -support will be dropped in 2.6: - Systems using --with-wctype-functions - Win9x, WinME -Warning on install in Windows 98 and Windows Me ------------------------------------------------ - -Following Microsoft's closing of Extended Support for -Windows 98/ME (July 11, 2006), Python 2.6 will stop -supporting these platforms. Python development and -maintainability becomes easier (and more reliable) when -platform specific code targeting OSes with few users -and no dedicated expert developers is taken out. The -vendor also warns that the OS versions listed above -"can expose customers to security risks" and recommends -upgrade. Platform specific notes -----------------------