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
01f21292
Commit
01f21292
authored
Mar 15, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: Fix Features section title, use title/sentence case consistently.
closes #20931
parent
34784e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+6
-6
No files found.
Doc/whatsnew/3.4.rst
View file @
01f21292
...
...
@@ -84,9 +84,9 @@ New syntax features:
* No new syntax features were added in Python 3.4.
New F
eatures:
Other new f
eatures:
* :ref:`pip should always be
"available"
<whatsnew-pep-453>` (:pep:`453`).
* :ref:`pip should always be
available
<whatsnew-pep-453>` (:pep:`453`).
* :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>`
(:pep:`446`).
* command line option for :ref:`isolated mode <whatsnew-isolated-mode>`
...
...
@@ -116,7 +116,7 @@ New library modules:
* :mod:`tracemalloc`: :ref:`Trace Python memory allocations
<whatsnew-tracemalloc>` (:pep:`454`).
Significantly
Improved Library M
odules:
Significantly
improved library m
odules:
* :ref:`Single-dispatch generic functions <whatsnew-singledispatch>` in
:mod:`functools` (:pep:`443`).
...
...
@@ -182,7 +182,7 @@ New Features
PEP 453: Explicit Bootstrapping of PIP in Python Installations
--------------------------------------------------------------
Bootstrapping pip
by d
efault
Bootstrapping pip
By D
efault
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The new :mod:`ensurepip` module (defined in :pep:`453`) provides a standard
...
...
@@ -214,7 +214,7 @@ clear and simple directions on how to install ``pip`` on the platform.
__ http://www.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors
Documentation
c
hanges
Documentation
C
hanges
~~~~~~~~~~~~~~~~~~~~~
As part of this change, the :ref:`installing-index` and
...
...
@@ -2223,7 +2223,7 @@ This section lists previously described changes and other bugfixes
that may require changes to your code.
Changes in 'python'
command b
ehavior
Changes in 'python'
Command B
ehavior
------------------------------------
* In a posix shell, setting the :envvar:`PATH` environment variable to
...
...
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