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 terry.reedy
Recipients eric.smith, loewis, ned.deily, r.david.murray, terry.reedy, vstinner, wujek.srujek
Date 2011-06-17.18:31:10
SpamBayes Score 0.0026661274
Marked as misclassified No
Message-id <1308335471.02.0.0858950499616.issue12342@psf.upfronthosting.co.za>
In-reply-to
Content
>ValueError: unsupported character (U+10000): Tcl doesn't support characters outside U+0000-U+FFFF range

Slightly shorter and without the double :s.

ValueError: character U+10000 is above the range (U+0000-U+FFFF) allowed by Tcl/Tk.

I agree with a change like this. People are going to increasingly use non-BMP chars and need to find out that the problem is not our fault.
History
Date User Action Args
2011-06-17 18:31:11terry.reedysetrecipients: + terry.reedy, loewis, vstinner, eric.smith, ned.deily, r.david.murray, wujek.srujek
2011-06-17 18:31:11terry.reedysetmessageid: <1308335471.02.0.0858950499616.issue12342@psf.upfronthosting.co.za>
2011-06-17 18:31:10terry.reedylinkissue12342 messages
2011-06-17 18:31:10terry.reedycreate