[Python-bugs-list] [ python-Bugs-729317 ] comparing versions - one a float

SourceForge.net noreply@sourceforge.net
Mon, 28 Apr 2003 22:00:08 -0700


Bugs item #729317, was opened at 2003-04-28 22:41
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729317&group_id=5470

Category: Tkinter
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Bugbee (thunderbug)
>Assigned to: Eric S. Raymond (esr)
Summary: comparing versions - one a float

Initial Comment:
Tkinter.py, line 1572, 2.3b1 from python.org....

Attempts to compare tcl_version with
_tkinter.TCL_VERSION.  Both have the same value, 8.4,
but...

    tcl_version is a <type 'float'> and
    _tkinter.TCL_VERSION is a <type 'str'>

Temporary kludge: wrap it...    str(tcl_version)


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-04-29 00:00

Message:
Logged In: YES 
user_id=80475

Eric,  I think this was your change.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729317&group_id=5470