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 vstinner
Recipients Ramchandra Apte, eric.smith, ezio.melotti, kbk, loewis, ned.deily, python-dev, r.david.murray, roger.serwy, terry.reedy, vstinner, wujek.srujek
Date 2011-11-03.23:49:35
SpamBayes Score 1.0718766e-06
Marked as misclassified No
Message-id <1320364176.23.0.457733990477.issue12342@psf.upfronthosting.co.za>
In-reply-to
Content
_tkinter now raises ValueError("character U+10ffff is above the range (U+0000-U+FFFF) allowed by Tcl").

> You could say "Unicode character ..." in the error to make clear
> what kind of range is U+0000-U+FFFF (people that are not familiar
> with Unicode and BMP chars might wonder if that's some tcl/tk thing).

I consider that U+10ffff in "character U+10ffff" is enough to specify that it is a Unicode character. Even if you don't understand Unicode, you can at least computer numbers (0x10ffff is not in range [0x0000; 0xFFFF]) ;-)
History
Date User Action Args
2011-11-03 23:49:36vstinnersetrecipients: + vstinner, loewis, terry.reedy, kbk, eric.smith, ned.deily, ezio.melotti, roger.serwy, r.david.murray, python-dev, wujek.srujek, Ramchandra Apte
2011-11-03 23:49:36vstinnersetmessageid: <1320364176.23.0.457733990477.issue12342@psf.upfronthosting.co.za>
2011-11-03 23:49:35vstinnerlinkissue12342 messages
2011-11-03 23:49:35vstinnercreate