diff options
author | Alan D Moore <me@alandmoore.com> | 2018-02-09 00:03:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-02-09 00:03:55 (GMT) |
commit | a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6 (patch) | |
tree | 4aa85cc74c32fed151a62a1c5da09e27e2583d7a /Doc/whatsnew | |
parent | 32921f90821ab54ffb757b7e996e5b7a71fac25e (diff) | |
download | cpython-a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6.zip cpython-a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6.tar.gz cpython-a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6.tar.bz2 |
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 8d4772f..3b4ba6e 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -663,6 +663,12 @@ Added :attr:`sys.flags.dev_mode` flag for the new development mode. Deprecated :func:`sys.set_coroutine_wrapper` and :func:`sys.get_coroutine_wrapper`. + +tkinter +------- + +Added :class:`tkinter.ttk.Spinbox`. + time ---- |