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 dmalcolm
Recipients dmalcolm, eric.smith, lemburg, mark.dickinson
Date 2010-11-05.17:18:19
SpamBayes Score 3.846573e-11
Marked as misclassified No
Message-id <1288977503.89.0.523828026365.issue10288@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for reviewing.

If I'm reading things correctly, the ISUPPER et al macros were added in 2.6 and 3.0, and deprecated in 2.7 and 3.1.

Tested with a full run of "-m test.regrtest -uall" here (x86_64 Fedora 13), with both 2-byte and 4-byte unicode; no failures:
    342 tests OK.
    7 tests skipped:
        test_gdb test_kqueue test_ossaudiodev test_startfile test_winreg
        test_winsound test_zipfile64
    Those skips are all expected on linux2.

I've fixed up the issue number in Misc/NEWS in my local tree.

The patch as-is doesn't make sense for 3.1 or 2.7 (the macros should remain within the maintenance branches, in deprecated form) - do I need to explicitly mark this revision (e.g. using "svnmerge.py block"?)
History
Date User Action Args
2010-11-05 17:18:24dmalcolmsetrecipients: + dmalcolm, lemburg, mark.dickinson, eric.smith
2010-11-05 17:18:23dmalcolmsetmessageid: <1288977503.89.0.523828026365.issue10288@psf.upfronthosting.co.za>
2010-11-05 17:18:20dmalcolmlinkissue10288 messages
2010-11-05 17:18:19dmalcolmcreate