[issue23938] Deprecation of windows xp support missing from whats new

2015-04-13 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue23938] Deprecation of windows xp support missing from whats new

2015-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 24f2c0279120 by Zachary Ware in branch 'default': Closes #23938: List Windows XP as an unsupported platform. https://hg.python.org/cpython/rev/24f2c0279120 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue23938] Deprecation of windows xp support missing from whats new

2015-04-13 Thread Alex Walters
Changes by Alex Walters : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker ___ ___ Python

[issue23938] Deprecation of windows xp support missing from whats new

2015-04-13 Thread Alex Walters
New submission from Alex Walters: the Whats New in Python 3.5 lacks an indication that cpython is dropping support for that platform due to Microsoft dropping continuing support for it (see PEP 11). -- files: docs_unsupported_xp_35.patch keywords: patch messages: 240727 nosy: tritium p