[issue16501] deprecate RISCOS "support"

2015-04-14 Thread A.M. Kuchling
A.M. Kuchling added the comment: Nothing left to do for this ticket; closing. -- nosy: +akuchling resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue16501] deprecate RISCOS "support"

2012-12-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: PEP 11 updated in 3abdc6b075fb. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue16501] deprecate RISCOS "support"

2012-11-23 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Please, update PEP 11. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue16501] deprecate RISCOS "support"

2012-11-23 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.

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: application/riscos remains a valid MIME type, see http://www.iana.org/assignments/media-types/application/riscos I believe it's safe to remove the riscos modules from the Mac build process... -- ___ Python tracker

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Christian Heimes
Christian Heimes added the comment: I've removed the remaining ifdef from the sys.flags code, site.py and tests. The remaining code lines are 3rd party code. I'm not sure about the last two lines. $ find -name '*.[ch]' -or -name '*.py' | xargs grep -i riscos ./Modules/zlib/zutil.h:#if defined(

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b74a93a2b8a by Christian Heimes in branch 'default': Remove sys.platform == 'riscos' checks from some Python and test files. #16501 http://hg.python.org/cpython/rev/6b74a93a2b8a -- ___ Python tracker

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ceb0184c7f44 by Christian Heimes in branch 'default': RISCOS support has been removed a long time ago. Remove last remains in sys.flags code. #16501 can be closed, too. http://hg.python.org/cpython/rev/ceb0184c7f44 -- nosy: +python-dev ___

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: The third rev should have bee 48a31b0bf501. These hg revision numbers are too error prone :-( -- ___ Python tracker ___ __

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: Note that 3e3bc84122d7 claims that RISCOS support was removed in 3.0. Skip removed some in 4d2aa4bfb2d6, and more in a2859ae89da9 and 4d2aa4bfb2d6. So I don't think that a deprecation release is necessary. Updating PEP 11 is still a good thing. -- _

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Antoine Pitrou
New submission from Antoine Pitrou: There are a couple of places in our code with references to RISCOS (mostly as #ifdef's). I propose we record this platform as deprecated in 3.4 and removed in 3.5. This needs PEP 11 to be updated. Wikipedia mentions the existence of two operating systems nam