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 pitrou
Recipients benjamin.peterson, ezio.melotti, lemburg, loewis, pitrou, tchrist, terry.reedy, vstinner
Date 2011-08-15.12:11:28
SpamBayes Score 0.0027108325
Marked as misclassified No
Message-id <1313410163.3557.0.camel@localhost.localdomain>
In-reply-to <1313402784.58.0.330366720986.issue12751@psf.upfronthosting.co.za>
Content
> HIGH_SURROGATE and LOW_SURROGATE require that their ordinal argument
> has been preproceed to fit in [0; 0xFFFF]. I added this requirement in
> the comment of these macros.

The macros should preprocess the argument themselves. It will make the
code even simpler.
Otherwise +1.
History
Date User Action Args
2011-08-15 12:11:28pitrousetrecipients: + pitrou, lemburg, loewis, terry.reedy, vstinner, benjamin.peterson, ezio.melotti, tchrist
2011-08-15 12:11:28pitroulinkissue12751 messages
2011-08-15 12:11:28pitroucreate