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 christian.heimes
Recipients christian.heimes, kbk
Date 2007-12-13.07:35:01
SpamBayes Score 0.23389557
Marked as misclassified No
Message-id <1197531304.47.0.926710710128.issue1607@psf.upfronthosting.co.za>
In-reply-to
Content
I've tested Tcl 8.5b3, Tk 8.5b3 and Tix 8.4.2 on Windows. IDLE
complained at multiple places that it could not add a Tcl_Obj to a
string (index + "...") or convert it to a float int(float(index)).
Therefor I added an __add__ and __float__ number slot to the C code. I
also had to add two str() calls.
Files
File name Uploaded
py3k_tcltk85.patch christian.heimes, 2007-12-13.07:35:02
History
Date User Action Args
2007-12-13 07:35:04christian.heimessetspambayes_score: 0.233896 -> 0.23389557
recipients: + christian.heimes, kbk
2007-12-13 07:35:04christian.heimessetspambayes_score: 0.233896 -> 0.233896
messageid: <1197531304.47.0.926710710128.issue1607@psf.upfronthosting.co.za>
2007-12-13 07:35:04christian.heimeslinkissue1607 messages
2007-12-13 07:35:02christian.heimescreate