Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f84dfe52
Commit
f84dfe52
authored
Apr 04, 2009
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove minor entry. Add the ttk module.
parent
8daab407
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.1.rst
+9
-7
No files found.
Doc/whatsnew/3.1.rst
View file @
f84dfe52
...
...
@@ -93,8 +93,8 @@ Support was also added for third-party tools like PyYAML.
.. seealso::
:pep:`372` - Ordered Dictionaries
PEP written by Armin Ronacher and Raymond Hettinger
; implemented by
Raymond Hettinger
PEP written by Armin Ronacher and Raymond Hettinger
. Implementation
written by Raymond Hettinger.
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`.)
* 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 context manager protocol.
...
...
@@ -191,11 +198,6 @@ Some smaller changes made to the core Python language are:
(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
*rename* which lets invalid fieldnames be automatically converted to
positional names in the form _0, _1, etc. This is useful when
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment