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.

classification
Title: WinXP concerns
Type: enhancement Stage: resolved
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Tcll, r.david.murray, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2014-10-17 20:08 by Tcll, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg229597 - (view) Author: Tcll (Tcll) Date: 2014-10-17 20:08
About a week ago I read you were also dropping support for WinXP.

This will cause issues for me as I don't support newer Win (or should I say MS-RAT infested) OS's

I use linux now, but I still use XP as a testing interface for Windows.
(I will not install any newer windows as I prefer my freedom when MS pushes their button)

I hope this changes development aims to continue supporting WinXP...

if not, I can no longer consider python as cross-platform,
and will be forced to use an outdated cross-platform interpreter.


I'm still looking into how to disable the MS-RAT with python, as a friend of my friend has already done it.
my friend wasn't interested in asking him how when he did it, and getting in contact with him is quite difficult.

if (and only if) I can disable MS's RAT, I will gladly use a newer windows as a testing interface, so long as I can hack it like XP.
(I like doing cool things to my OS, which is what I mean by "hacking")

The reason I chose 2.7 for the python version is due to me being a PyOpenGL programmer and that the extension runs faster in 2.7
msg229599 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-10-17 20:20
This is not an appropriate discussion for the bug tracker.  python-dev would be the logical venue, but your apparent tone of voice isn't optimal for stimulating positive discussion, I'm afraid :)

That said, we won't be dropping support for XP in 2.7, since it is in maintenance.
msg229600 - (view) Author: Tcll (Tcll) Date: 2014-10-17 20:24
I'm sorry... I wasn't trying to sound negative...

I deal with alot of stress from many developers in this area,
so yea, you can see why I sound like that.

but thanks for telling me about that with 2.7 :)
though I was hoping to try out python3 in the future. =3=
msg229601 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-10-17 20:31
Yeah, it wasn't so much negative, as...edgy? :)

We can't really support what Microsoft doesn't support, since we use the Microsoft compilers.  There is discussion about better support for alternate compilers, though, and if that eventuates *some* sort of support for XP ought to be possible, though exactly what it would look like would be up to the people interested enough to do it.
msg229603 - (view) Author: Tcll (Tcll) Date: 2014-10-17 20:47
ah I see
in that case, I work on my program for you guys as well :)

it won't be finished any time soon, but what I'm working on is a recompiler specifically for this garbage of cross-platform support being hindered.

so in the mean-time try to do what you can towards keeping XP supported ;)

just understand, from what I've been hacking and paying attention to, MS wants to control both the market and Windows PC users.
(the initial release if the XBox One is my biggest push away from Windows)
^ MS is only holding back on those restrictions for a later time

that RAT I talk about has been found in all versions of Windows from Vista and up.
(it's not confirmed by hackers to work in Vista, but that doesn't mean it doesn't work)

I wish you guys the best of luck ;)
Thanks for trying at least :)

+1 guys ;)

*looks toward other developers*
finally, developers that do stuff right
History
Date User Action Args
2022-04-11 14:58:09adminsetgithub: 66851
2014-10-17 20:47:08Tcllsetmessages: + msg229603
2014-10-17 20:31:39r.david.murraysetmessages: + msg229601
2014-10-17 20:24:25Tcllsetmessages: + msg229600
2014-10-17 20:20:25r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg229599

resolution: not a bug
stage: resolved
2014-10-17 20:08:25Tcllcreate