From 617a80e2ac36d21e2025d96c87f1d566d1718ead Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 24 Feb 2006 17:47:22 +0000 Subject: [PATCH] I posted a message on python-dev about removing support for Windows 9x in Python 2.6. 2.5 will display a warning message on unsupported systems. --- pep-0011.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0011.txt b/pep-0011.txt index 7ae41083b..3b7caf667 100644 --- a/pep-0011.txt +++ b/pep-0011.txt @@ -129,6 +129,10 @@ No-longer-supported platforms Unsupported in: Python 2.6 Code removed in: Python 2.6 + Name: Win9x, WinME + Unsupported in: Python 2.6 (warning in 2.5 installer) + Code removed in: Python 2.6 + Copyright This document has been placed in the public domain.