mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
For StringVar results to strings. Document that boolean things are of
type bool. Requested in #721171.
This commit is contained in:
parent
76ba09fd81
commit
bfe175c190
2 changed files with 10 additions and 4 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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue