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 loewis
Recipients
Date 2003-03-23.20:27:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Yes, the return type of some data changes, and yes, this is
not fully backwards compatible. But this is not a bug, but a
feature, see

http://www.python.org/doc/2.3a2/whatsnew/node16.html

In Tk, borderwidth *is* an integer, not a string.

Applications that cannot accept this change need to write

Tkinter.wantobjects=0

before creating the first tkapp object.
History
Date User Action Args
2007-08-23 14:11:40adminlinkissue697591 messages
2007-08-23 14:11:40admincreate