diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 15:51:59 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 15:51:59 -0500 |
commit | 38019d1c349f8c6971e74e3a00e0a4132b6b0820 (patch) | |
tree | e7eb4cf0c20428f86ebb5b2c3619a092057dcc45 | |
parent | 8396b8ef0886ee9fe60301b2e5675b2b6a6e1aa8 (diff) | |
download | cpython-git-38019d1c349f8c6971e74e3a00e0a4132b6b0820.tar.gz |
Closes #23938: List Windows XP as an unsupported platform.
Patch by Alex Walters.
-rw-r--r-- | 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 index 5c21054db7..7a8c3f8bf3 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -594,7 +594,7 @@ Deprecated Unsupported Operating Systems ----------------------------- -* None yet. +* Windows XP - Per :PEP:`11`, Microsoft support of Windows XP has ended. Deprecated Python modules, functions and methods |