For StringVar results to strings. Document that boolean things are of

type bool. Requested in #721171.
This commit is contained in:
Martin v. Löwis 2003-04-16 19:42:51 +00:00
parent 76ba09fd81
commit bfe175c190
2 changed files with 10 additions and 4 deletions

View file

@ -63,6 +63,9 @@ Core and builtins
Extension modules
-----------------
- Tkinter wrappers around Tcl variables now pass objects directly
to Tcl, instead of first converting them to strings.
- The .*? pattern in the re module is now special-cased to avoid the
recursion limit. (SF patch #720991 -- many thanks to Gary Herron
and Greg Chapman.)