mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #20204: Added the __module__ attribute to _tkinter classes.
This commit is contained in:
commit
50adb9fc32
2 changed files with 4 additions and 2 deletions
|
|
@ -13,6 +13,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #20204: Added the __module__ attribute to _tkinter classes.
|
||||
|
||||
- Issue #19980: Improved help() for non-recognized strings. help('') now
|
||||
shows the help on str. help('help') now shows the help on help().
|
||||
Original patch by Mark Lawrence.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue