[Python-checkins] cpython (2.7): Remove redundant empty lines.

serhiy.storchaka python-checkins at python.org
Fri Oct 18 16:18:04 CEST 2013


http://hg.python.org/cpython/rev/8a9f9cfc1d9d
changeset:   86430:8a9f9cfc1d9d
branch:      2.7
parent:      86422:62b5269f0ddb
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Oct 18 17:16:04 2013 +0300
summary:
  Remove redundant empty lines.

files:
  Misc/NEWS |  13 -------------
  1 files changed, 0 insertions(+), 13 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -230,7 +230,6 @@
   existing directory caused mkstemp and related APIs to fail instead of
   retrying. Report and fix by Vlad Shcherbina.
 
-
 Tools/Demos
 -----------
 
@@ -3301,7 +3300,6 @@
 
 - Issue #7567: Don't call `setupterm' twice.
 
-
 Tools/Demos
 -----------
 
@@ -4539,7 +4537,6 @@
 - Issue #7466: Segmentation fault when the garbage collector is called in the
   middle of populating a tuple.  Patch by Florent Xicluna.
 
-
 Library
 -------
 
@@ -7013,7 +7010,6 @@
 
 - Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
 
-
 Documentation
 -------------
 
@@ -7079,7 +7075,6 @@
   only available if asserts are left in the code, in cases where they
   can't be triggered from Python code.
 
-
 Extension Modules
 -----------------
 - Issue #1179: [CVE-2007-4965] Integer overflow in imageop module.
@@ -7387,7 +7382,6 @@
 
   NOTE: 64-bit and 4-way builds are only suppported on Mac OS X 10.5 (or later).
 
-
 C API
 -----
 
@@ -8263,7 +8257,6 @@
   threading.enumerate() list after the join() for a brief period until
   it actually exited.
 
-
 Library
 -------
 
@@ -9356,7 +9349,6 @@
   platform.python_implementation(); this will now be saved in the
   benchmark pickle.
 
-
 Documentation
 -------------
 
@@ -9407,7 +9399,6 @@
   applied to a newly created list object and add notes that this isn't
   a good idea.
 
-
 Tools/Demos
 -----------
 
@@ -9420,7 +9411,6 @@
 - Bug #1546372: Fixed small bugglet in pybench that caused a missing
   file not to get reported properly.
 
-
 Build
 -----
 
@@ -9503,7 +9493,6 @@
   pybuildbot.identify to include some information about the build
   environment.
 
-
 C API
 -----
 
@@ -9566,7 +9555,6 @@
 - Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx
   macro so it can be used as an expression.
 
-
 Windows
 -------
 
@@ -9580,7 +9568,6 @@
 
 - Bug #1216: Restore support for Visual Studio 2002.
 
-
 Mac
 ---
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list