summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 15:46:44 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-24 15:46:44 (GMT)
commit72420ff3ce08090c51c99ddb1a3159b195d36bf5 (patch)
tree1818a81f17d1823845c17c849e55349931df3a2d /Doc
parent347f9c745707e5d55d261434c4c4affc3bbb4c85 (diff)
downloadcpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.zip
cpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.tar.gz
cpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.tar.bz2
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 45818d5..31c0d91 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -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
=====================