Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95563
| Subject | Re: Bug! |
|---|---|
| References | <COL129-W7DD7D287BDC5979A3A6B0DD650@phx.gbl> <mailman.2.1440186103.17298.python-list@python.org> <mr89cv$qms$1@dont-email.me> <2a6a9035-33bb-42a0-a034-027fbb873872@googlegroups.com> <CAPTjJmr6XiiyMX_Ob4M+ytKDVwtpP5u9SF6MSYeNqksgF8L63w@mail.gmail.com> |
| From | Tim Golden <mail@timgolden.me.uk> |
| Date | 2015-08-22 18:08 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.15.1440263328.17298.python-list@python.org> (permalink) |
On 22/08/2015 02:02, Chris Angelico wrote: > The security concerns of XP aren't Python's problem, and Python isn't > in the business of twisting people's arms to make them upgrade just > for the sake of upgrading. However, every new version of Windows > introduces new APIs and features, so maintaining support for an older > version means ignoring all features added since then; conversely, > dropping support for XP means taking advantage of anything that was > added in Vista. That's why the change in support. Thanks for saying this, Chris. Just to add, from a Python developer perspective: any system -- Microsoft or not, open or not, old or new -- which core Python supports, brings a measure of complexity to the codebase. #ifdefs, conditional LoadLibrary calls &c. From the point of view simply of the maintenance burden, less code is better. Obviously there is more to deciding on platform support than code maintenance ... This isn't some kind of political move by the Python dev team to undercut Windows users: it's entirely pragmatic. And using the Windows support calendar is a common-sense way of giving ourselves a set of cut-off dates. TJG
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 05:41 +1000
Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 16:42 -0600
Re: Bug! Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-08-21 18:07 -0500
Re: Bug! sohcahtoa82@gmail.com - 2015-08-21 16:53 -0700
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 11:02 +1000
Re: Bug! Rustom Mody <rustompmody@gmail.com> - 2015-08-21 21:37 -0700
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 15:16 +1000
Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 23:26 -0600
Re: Bug! Tim Golden <mail@timgolden.me.uk> - 2015-08-22 18:08 +0100
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 09:06 +1000
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 11:35 +1000
Re: Bug! Simon Ward <simon@bleah.co.uk> - 2015-08-23 02:22 +0100
csiph-web