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.

Author christian.heimes
Recipients christian.heimes, loewis, pitrou, python-dev, vstinner
Date 2012-11-19.00:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353283532.21.0.600824085854.issue16501@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2012-11-19 00:05:32christian.heimessetrecipients: + christian.heimes, loewis, pitrou, vstinner, python-dev
2012-11-19 00:05:32christian.heimessetmessageid: <1353283532.21.0.600824085854.issue16501@psf.upfronthosting.co.za>
2012-11-19 00:05:32christian.heimeslinkissue16501 messages
2012-11-19 00:05:31christian.heimescreate