]> granicus.if.org Git - python/commitdiff
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 15:46:44 +0000 (10:46 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 15:46:44 +0000 (10:46 -0500)
Doc/whatsnew/3.4.rst
Misc/NEWS

index 45818d572c6c1c5fffa06370dbdac53fdaf537d8..31c0d9197adb98c873931ac71c1dcc855a520d71 100644 (file)
@@ -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
 =====================
 
index d46a2eecdf1ff0184b77f12319b7be10a1aff94e..5dfa63cd0ddc736c708d25cf10f5e215d115cef9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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