Remove redundant empty lines.

This commit is contained in:
Serhiy Storchaka 2013-10-18 17:17:31 +03:00
commit 87efae2d16
1 changed files with 0 additions and 5 deletions

View File

@ -42,7 +42,6 @@ Core and Builtins
Library Library
------- -------
- Issue #19262: Initial check in of the 'asyncio' package (a.k.a. Tulip, - 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 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 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 Release date: 2013-09-29
Core and Builtins Core and Builtins
----------------- -----------------
@ -260,7 +258,6 @@ Library
the local variables of all the stack frames referenced by a traceback the local variables of all the stack frames referenced by a traceback
object. object.
Tests Tests
----- -----
@ -728,7 +725,6 @@ Core and Builtins
- Issue #14439: Python now prints the traceback on runpy failure at startup. - Issue #14439: Python now prints the traceback on runpy failure at startup.
- Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()
when running on valgrind. when running on valgrind.
@ -1123,7 +1119,6 @@ Library
- Issue #18357: add tests for dictview set difference. - Issue #18357: add tests for dictview set difference.
Patch by Fraser Tweedale. Patch by Fraser Tweedale.
- importlib.abc.SourceLoader.get_source() no longer changes SyntaxError or - importlib.abc.SourceLoader.get_source() no longer changes SyntaxError or
UnicodeDecodeError into ImportError. UnicodeDecodeError into ImportError.