[Python-checkins] cpython: Closes #23938: List Windows XP as an unsupported platform.

zach.ware python-checkins at python.org
Mon Apr 13 22:52:31 CEST 2015


https://hg.python.org/cpython/rev/24f2c0279120
changeset:   95615:24f2c0279120
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Apr 13 15:51:59 2015 -0500
summary:
  Closes #23938: List Windows XP as an unsupported platform.

Patch by Alex Walters.

files:
  Doc/whatsnew/3.5.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -594,7 +594,7 @@
 Unsupported Operating Systems
 -----------------------------
 
-* None yet.
+* Windows XP - Per :PEP:`11`, Microsoft support of Windows XP has ended.
 
 
 Deprecated Python modules, functions and methods

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list