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
0516f813
Commit
0516f813
authored
Nov 18, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make separate section for deprecations in 2.7 whatsnew.
parent
a17f6024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
Doc/whatsnew/2.7.rst
Doc/whatsnew/2.7.rst
+10
-2
No files found.
Doc/whatsnew/2.7.rst
View file @
0516f813
...
...
@@ -413,8 +413,8 @@ Several performance enhancements have been added:
.. ======================================================================
New
, Improved, and Deprecat
ed Modules
========================
=============
New
and Improv
ed Modules
========================
As in every release, Python's standard library received a number of
enhancements and bug fixes. Here's a partial list of the most notable
...
...
@@ -891,6 +891,14 @@ Martin Franklin and maintained by Kevin Walzer, was proposed for
inclusion in :issue:`2618`, but the authors argued that Guilherme
Polo's work was more comprehensive.
Deprecations and Removals
=========================
* :func:`contextlib.nested`, which allows handling more than one context manager
with one :keyword:`with` statement, has been deprecated; :keyword:`with`
supports multiple context managers syntactically now.
.. ======================================================================
...
...
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