Message235613
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. |
|
Date |
User |
Action |
Args |
2015-02-09 14:40:14 | lemburg | set | recipients:
+ lemburg, tim.peters, loewis, pitrou, giampaolo.rodola, tim.golden, jkloth, brian.curtin, zach.ware, serhiy.storchaka, eryksun, steve.dower |
2015-02-09 14:40:14 | lemburg | link | issue19143 messages |
2015-02-09 14:40:14 | lemburg | create | |
|