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 gpolo
Recipients gpolo, kbk, nnorwitz, ocean-city
Date 2008-11-19.10:27:05
SpamBayes Score 2.4214528e-09
Marked as misclassified No
Message-id <1227090428.47.0.398028989008.issue1028@psf.upfronthosting.co.za>
In-reply-to
Content
tk 8.4.19 here, but windows and linux almost surely uses different
window managers (you could run gnome and others under windows, but I'm
betting it is not the case).

Now, it is very hard to say that we shouldn't care about this bug here.
Tcl has it documented that its string arguments to Tcl_CmdProc are
encoded in normalized utf-8 since tcl 8.1 which was released almost 10
years ago. I guess we are just luck that this was the first time the bug
was noticed.

It also says that Tcl_CreateCommand shouldn't be used anymore, instead
Tcl_CreateObjCommand should be used like I said in the previous comment.
History
Date User Action Args
2008-11-19 10:27:08gpolosetrecipients: + gpolo, nnorwitz, kbk, ocean-city
2008-11-19 10:27:08gpolosetmessageid: <1227090428.47.0.398028989008.issue1028@psf.upfronthosting.co.za>
2008-11-19 10:27:07gpololinkissue1028 messages
2008-11-19 10:27:05gpolocreate