diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-18 14:16:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-18 14:16:40 (GMT) |
commit | 90b41f0281cad1900ae94ea1ab13927033368a8e (patch) | |
tree | 0a63a40bbbea1b20a2aba909bf0da4eebc0f7ddd /Misc/NEWS | |
parent | 335331311f5d69af0bd2b179d3de8d0aac59d37e (diff) | |
download | cpython-90b41f0281cad1900ae94ea1ab13927033368a8e.zip cpython-90b41f0281cad1900ae94ea1ab13927033368a8e.tar.gz cpython-90b41f0281cad1900ae94ea1ab13927033368a8e.tar.bz2 |
Remove redundant empty lines.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -557,6 +557,7 @@ Build - Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows. + What's New in Python 3.3.2? =========================== @@ -998,7 +999,6 @@ Core and Builtins is imported as a side-effect of using fromlist tries to import a module that cannot be found. - Library ------- |