[issue16501] deprecate RISCOS "support"

Christian Heimes report at bugs.python.org
Mon Nov 19 01:05:32 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16501>
_______________________________________


More information about the Python-bugs-list mailing list