[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-27 Thread STINNER Victor
STINNER Victor added the comment: PEP 398 -- Python 3.3 Release Schedule http://www.python.org/dev/peps/pep-0398/ -- ___ Python tracker ___ _

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-27 Thread Piéronne Jean-François
Piéronne Jean-François added the comment: What we have planed is to release 2.7 in september, and I think we will be on time, so we can start working on 3.x in october, is it compatible with your schedule? -- ___ Python tracker

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-27 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-27 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread STINNER Victor
STINNER Victor added the comment: > The patch looks fine; please add a reference to PEP 11 > into the error messages Ok, done. > "Our plan are to port, this year 2.7, then 3.x." VMS is unsupported in 3.3 and the code will be removed in 3.4. If anyone comes with patches to have a working VMS

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec754f8d2917 by Victor Stinner in branch 'default': Issue #11918: OS/2 and VMS are no more supported because of the lack of http://hg.python.org/cpython/rev/ec754f8d2917 -- nosy: +python-dev ___ Python t

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Martin v . Löwis
Martin v. Löwis added the comment: > How can we help you ? Please contribute a full, complete, working VMS port to Python 3.3. I never understood whether the code that we have is supposed to be complete, in the sense that you get a working Python out of it (rather, I understood that this never

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Would be possible to publish a notice in "python insider" blog?.Enigmail -- ___ Python tracker ___ ___

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Piéronne Jean-François
Piéronne Jean-François added the comment: How can we help you ? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread Stefan Krah
Stefan Krah added the comment: I wrote to the maintainer of vmspython, and he said this: "Python on VMS is actively maintained, for example you can take a look at http://www.vmspython.org/ and http://www.vmspython.org/History Our plan are to port, this year 2.7, then 3.x." So the vmspython pr

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: The patch looks fine; please add a reference to PEP 11 into the error messages, though (so that people can find out that they can volunteer to maintain it). -- resolution: -> accepted ___ Python tracker

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread STINNER Victor
Changes by STINNER Victor : Removed file: http://bugs.python.org/file21779/unsupport_os2_vms.patch ___ Python tracker ___ ___ Python-bugs-list

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread STINNER Victor
STINNER Victor added the comment: Oh, I just realized that the PEP 11 doesn't ask to mention unsupported OSes in the What's new document. New patch to mention that OS/2 and VMS are no more supported. -- Added file: http://bugs.python.org/file21780/unsupport_os2_vms-2.patch __

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread STINNER Victor
STINNER Victor added the comment: @loewis: Would you like to review the patch? You wrote on python-dev: "For OS/2, I propose to syntactically break the makefile" and "For VMS, I *think* the build process is configure-based (but I may misremember); if so, adding an exit into configure.in would

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- nosy: +nadeem.vawda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread STINNER Victor
New submission from STINNER Victor : Because we don't have any OS/2 and VMS maintainer for Python 3, I propose to drop OS/2 and VMS support in Python 3.3: OSes unsupported in 3.3, code removed in 3.4 (see the PEP 11 for the process). -- components: Interpreter Core messages: 134384 nos