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
72420ff3
Commit
72420ff3
authored
Dec 24, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
parent
347f9c74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+15
-0
Misc/NEWS
Misc/NEWS
+2
-2
No files found.
Doc/whatsnew/3.4.rst
View file @
72420ff3
...
...
@@ -473,6 +473,7 @@ trace memory blocks allocated by Python. It provides the following information:
Improved Modules
================
aifc
----
...
...
@@ -1037,6 +1038,11 @@ Other improvements
were made to :mod:`argparse` (:issue:`18920`) and other modules that have
script-like invocation capabilities (:issue:`18922`).
* The CPython Windows installer now adds ``.py`` to the :envvar:`PATHEXT`
variable when extensions are registered, allowing users to run a python
script at the windows command prompt by just typing its name without the
``.py`` extension. (Contributed by Paul Moore in :issue:`18569`.)
Optimizations
=============
...
...
@@ -1116,6 +1122,15 @@ Deprecated features
exists, is deprecated (:issue:`19375`).
Removed
=======
* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
removed (see the devguide__ for what to use instead).
__ http://docs.python.org/devguide
Porting to Python 3.4
=====================
...
...
Misc/NEWS
View file @
72420ff3
...
...
@@ -3500,8 +3500,8 @@ Tools/Demos
-
Issue
#
17028
:
Allowed
Python
arguments
to
be
supplied
to
the
Windows
launcher
.
-
Issue
#
17156
:
pygettext
.
py
now
uses
an
encoding
of
source
file
and
correctly
writes
and
escapes
non
-
ascii
characters
.
-
Issue
#
17156
:
pygettext
.
py
now
detects
the
encoding
of
source
files
and
correctly
writes
and
escapes
non
-
ascii
characters
.
-
Issue
#
15539
:
Fix
a
number
of
bugs
in
Tools
/
scripts
/
pindent
.
py
.
Now
pindent
.
py
works
with
a
"with"
statement
.
pindent
.
py
no
longer
produces
...
...
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