Message58523
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. |
|
| Date |
User |
Action |
Args |
| 2007-12-13 07:35:04 | christian.heimes | set | spambayes_score: 0.233896 -> 0.233896 recipients:
+ christian.heimes, kbk |
| 2007-12-13 07:35:04 | christian.heimes | set | spambayes_score: 0.233896 -> 0.233896 messageid: <1197531304.47.0.926710710128.issue1607@psf.upfronthosting.co.za> |
| 2007-12-13 07:35:04 | christian.heimes | link | issue1607 messages |
| 2007-12-13 07:35:02 | christian.heimes | create | |
|