summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-18 14:17:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-18 14:17:31 (GMT)
commit87efae2d16278b3485261984947700e92fa7beeb (patch)
treec81bc5d8cfd81816bf588d84c4b73f9eb0b6f51e
parentb39d247ad713aec0c7f4a495e74291af67198b6f (diff)
parent90b41f0281cad1900ae94ea1ab13927033368a8e (diff)
downloadcpython-87efae2d16278b3485261984947700e92fa7beeb.zip
cpython-87efae2d16278b3485261984947700e92fa7beeb.tar.gz
cpython-87efae2d16278b3485261984947700e92fa7beeb.tar.bz2
Remove redundant empty lines.
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f87d38..26dcb22 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,7 +42,6 @@ Core and Builtins
Library
-------
-
- Issue #19262: Initial check in of the 'asyncio' package (a.k.a. Tulip,
a.k.a. PEP 3156). There are no docs yet, and the PEP is slightly
out of date with the code. This module will have *provisional* status
@@ -178,7 +177,6 @@ What's New in Python 3.4.0 Alpha 3?
Release date: 2013-09-29
-
Core and Builtins
-----------------
@@ -260,7 +258,6 @@ Library
the local variables of all the stack frames referenced by a traceback
object.
-
Tests
-----
@@ -728,7 +725,6 @@ Core and Builtins
- Issue #14439: Python now prints the traceback on runpy failure at startup.
-
- Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()
when running on valgrind.
@@ -1123,7 +1119,6 @@ Library
- Issue #18357: add tests for dictview set difference.
Patch by Fraser Tweedale.
-
- importlib.abc.SourceLoader.get_source() no longer changes SyntaxError or
UnicodeDecodeError into ImportError.