diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-16 19:42:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-16 19:42:51 (GMT) |
commit | bfe175c1901514742a4256d8792e143b4fe224b7 (patch) | |
tree | 9ca28d495499f8c1ae30cb92d6569e7ab8352963 /Misc/NEWS | |
parent | 76ba09fd81246c21f0de25f559d4da47b457f2e2 (diff) | |
download | cpython-bfe175c1901514742a4256d8792e143b4fe224b7.zip cpython-bfe175c1901514742a4256d8792e143b4fe224b7.tar.gz cpython-bfe175c1901514742a4256d8792e143b4fe224b7.tar.bz2 |
For StringVar results to strings. Document that boolean things are of
type bool. Requested in #721171.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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.) |