[New-bugs-announce] [issue1607] Patch for TCL 8.5 support
Christian Heimes
report at bugs.python.org
Thu Dec 13 08:35:04 CET 2007
New submission from Christian Heimes:
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.
----------
assignee: kbk
components: IDLE
files: py3k_tcltk85.patch
keywords: patch, py3k
messages: 58523
nosy: kbk, tiran
priority: normal
severity: normal
status: open
title: Patch for TCL 8.5 support
type: rfe
versions: Python 3.0
Added file: http://bugs.python.org/file8935/py3k_tcltk85.patch
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1607>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_tcltk85.patch
Type: text/x-diff
Size: 7057 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071213/604806d2/attachment.patch
More information about the New-bugs-announce
mailing list