This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients brian.curtin, eryksun, giampaolo.rodola, jkloth, lemburg, loewis, pitrou, serhiy.storchaka, steve.dower, tim.golden, tim.peters, zach.ware
Date 2015-02-09.14:40:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <54D8C6CB.4050701@egenix.com>
In-reply-to <1423491244.74.0.591034544546.issue19143@psf.upfronthosting.co.za>
Content
On 09.02.2015 15:14, Steve Dower wrote:
> 
> Steve Dower added the comment:
> 
> (Was reminded about this by #23417)
> 
> Any word on the back compat issues in platform.py? Can we make the version in 3.5 only work with Vista+, or do I need to handle XP in case someone takes the file onto an earlier Python version?

platform.py has to work on as many platforms as possible (by design),
so as long as Python still runs on Windows XP, we cannot leave that
version behind.
History
Date User Action Args
2015-02-09 14:40:14lemburgsetrecipients: + lemburg, tim.peters, loewis, pitrou, giampaolo.rodola, tim.golden, jkloth, brian.curtin, zach.ware, serhiy.storchaka, eryksun, steve.dower
2015-02-09 14:40:14lemburglinkissue19143 messages
2015-02-09 14:40:14lemburgcreate