mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove minor entry. Add the ttk module.
This commit is contained in:
parent
8daab407cd
commit
f84dfe52ea
1 changed files with 9 additions and 7 deletions
|
@ -93,8 +93,8 @@ Support was also added for third-party tools like PyYAML.
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:pep:`372` - Ordered Dictionaries
|
:pep:`372` - Ordered Dictionaries
|
||||||
PEP written by Armin Ronacher and Raymond Hettinger; implemented by
|
PEP written by Armin Ronacher and Raymond Hettinger. Implementation
|
||||||
Raymond Hettinger
|
written by Raymond Hettinger.
|
||||||
|
|
||||||
PEP 378: Format Specifier for Thousands Separator
|
PEP 378: Format Specifier for Thousands Separator
|
||||||
=================================================
|
=================================================
|
||||||
|
@ -151,6 +151,13 @@ Some smaller changes made to the core Python language are:
|
||||||
|
|
||||||
(Contributed by Raymond Hettinger; :issue:`1696199`.)
|
(Contributed by Raymond Hettinger; :issue:`1696199`.)
|
||||||
|
|
||||||
|
* Add a new module, :mod:`ttk` for access to the Tk themed widget set. The
|
||||||
|
basic idea of ttk is to separate, to the extent possible, the code
|
||||||
|
implementing a widget's behavior from the code implementing its appearance.
|
||||||
|
|
||||||
|
(Contributed by Kevin Walzer and Guilherme Polo; :issue:`2618` and
|
||||||
|
:issue:`2983`.)
|
||||||
|
|
||||||
* The :class:`gzip.GzipFile` and :class:`bz2.BZ2File` classs now support
|
* The :class:`gzip.GzipFile` and :class:`bz2.BZ2File` classs now support
|
||||||
the context manager protocol.
|
the context manager protocol.
|
||||||
|
|
||||||
|
@ -191,11 +198,6 @@ Some smaller changes made to the core Python language are:
|
||||||
|
|
||||||
(Contributed by Raymond Hettinger.)
|
(Contributed by Raymond Hettinger.)
|
||||||
|
|
||||||
* :class:`collections.deque` objects now have a read-only attribute
|
|
||||||
called *maxlen*.
|
|
||||||
|
|
||||||
(Contributed by Raymond Hettinger.)
|
|
||||||
|
|
||||||
* :func:`collections.namedtuple` now supports a keyword argument
|
* :func:`collections.namedtuple` now supports a keyword argument
|
||||||
*rename* which lets invalid fieldnames be automatically converted to
|
*rename* which lets invalid fieldnames be automatically converted to
|
||||||
positional names in the form _0, _1, etc. This is useful when
|
positional names in the form _0, _1, etc. This is useful when
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue