[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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(_BEOS_) || defined(RISCOS)
./Modules/zlib/example.c:#if defined(VMS) || defined(RISCOS)
./Modules/zlib/minigzip.c:#ifdef RISCOS
./Objects/floatobject.c: * systems raise an exception then (RISCOS was 
mentioned as one,
./Lib/test/test_email/test_email.py:eq(part2.get_content_type(), 
'application/riscos')
./Mac/Tools/bundlebuilder.py:'org.python.core', 'riscos', 'riscosenviron', 
'riscospath'

--
nosy: +christian.heimes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 named "RISC OS". I 
conjecture we are talking about this one: http://en.wikipedia.org/wiki/RISC_OS
In any case, there hasn't been any report of people actually running Python on 
that OS for years, so it's unlikely to work at all.

--
components: Interpreter Core
messages: 175889
nosy: haypo, loewis, pitrou
priority: normal
severity: normal
status: open
title: deprecate RISCOS "support"
type: enhancement
versions: Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com