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.
Created on 2011年04月25日 14:21 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| unsupport_os2_vms-2.patch | vstinner, 2011年04月26日 00:16 | review | ||
| Messages (12) | |||
|---|---|---|---|
| msg134384 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年04月25日 14:21 | |
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). |
|||
| msg134432 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年04月26日 00:12 | |
@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 be appropriate." But I don't know how to do that. I added two #error for each OS, I hope that it is enough. But I am unable to test my patch, I don't have access to these OSes :-) |
|||
| msg134433 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年04月26日 00:16 | |
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. |
|||
| msg134445 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2011年04月26日 05:31 | |
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). |
|||
| msg134446 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2011年04月26日 06:43 | |
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 project looks active, but that still does not help us of course. I hope Jean-François will comment here. |
|||
| msg134447 - (view) | Author: Piéronne Jean-François (pieronne) | Date: 2011年04月26日 07:48 | |
How can we help you ? |
|||
| msg134449 - (view) | Author: Jesús Cea Avión (jcea) * (Python committer) | Date: 2011年04月26日 10:11 | |
Would be possible to publish a notice in "python insider" blog?.Enigmail |
|||
| msg134494 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2011年04月26日 20:15 | |
> 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 was the case - that you always needed additional pieces to make it do something useful). Another step to demonstrate ongoing support would be to contribute a VMS build slave, so that committers without VMS (which is nearly 100%) can actually find out whether it continues to work after changes. I'd also like to see a dedicated maintainer nominated - a person who'll respond to bug reports about the VMS support; if that person ever leaves, and no new maintainer is nominated, the code would again be up for removal. If no demonstrable improvement is contributed to Python 3.3, I'd continue with the PEP 11 process. |
|||
| msg134496 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年04月26日 20:48 | |
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 |
|||
| msg134497 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年04月26日 20:55 | |
> 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 version before Python 3.4, we can support VMS again and just forget the PEP 11 deprecation. > Would be possible to publish a notice in "python insider" blog? Sure, but I don't want to write it. Contact Doug Hellmann for that. Marc Andre Lemburg is also volunteer to write such notice. |
|||
| msg134553 - (view) | Author: Piéronne Jean-François (pieronne) | Date: 2011年04月27日 11:44 | |
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? |
|||
| msg134557 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年04月27日 12:35 | |
PEP 398 -- Python 3.3 Release Schedule http://www.python.org/dev/peps/pep-0398/ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:16 | admin | set | github: 56127 |
| 2011年04月27日 12:35:02 | vstinner | set | messages: + msg134557 |
| 2011年04月27日 11:44:37 | pieronne | set | messages: + msg134553 |
| 2011年04月27日 10:47:29 | vstinner | set | status: open -> closed resolution: accepted -> fixed |
| 2011年04月27日 10:20:25 | eric.araujo | set | nosy:
+ eric.araujo |
| 2011年04月26日 20:55:17 | vstinner | set | messages: + msg134497 |
| 2011年04月26日 20:48:27 | python-dev | set | nosy:
+ python-dev messages: + msg134496 |
| 2011年04月26日 20:15:36 | loewis | set | messages: + msg134494 |
| 2011年04月26日 10:11:32 | jcea | set | messages: + msg134449 |
| 2011年04月26日 07:48:51 | pieronne | set | messages: + msg134447 |
| 2011年04月26日 06:43:01 | skrah | set | nosy:
+ skrah, pieronne messages: + msg134446 |
| 2011年04月26日 05:31:17 | loewis | set | resolution: accepted messages: + msg134445 |
| 2011年04月26日 00:17:36 | vstinner | set | files: - unsupport_os2_vms.patch |
| 2011年04月26日 00:16:44 | vstinner | set | files:
+ unsupport_os2_vms-2.patch messages: + msg134433 |
| 2011年04月26日 00:12:30 | vstinner | set | files:
+ unsupport_os2_vms.patch keywords: + patch messages: + msg134432 |
| 2011年04月25日 20:02:26 | vstinner | set | nosy:
+ loewis |
| 2011年04月25日 17:16:50 | nadeem.vawda | set | nosy:
+ nadeem.vawda |
| 2011年04月25日 17:07:50 | jcea | set | nosy:
+ jcea |
| 2011年04月25日 14:21:43 | vstinner | create | |