diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 19:30:32 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 19:30:32 (GMT) |
commit | 8af179e7447fb55bb13d0a7d7cfddbdc72e69b2c (patch) | |
tree | 3e38001a7ad5c71cf8a3f72e37bb6dd8337204b7 | |
parent | c64bcbec4bb3cdad320184b4155cdc05c55bb10d (diff) | |
download | cpython-8af179e7447fb55bb13d0a7d7cfddbdc72e69b2c.zip cpython-8af179e7447fb55bb13d0a7d7cfddbdc72e69b2c.tar.gz cpython-8af179e7447fb55bb13d0a7d7cfddbdc72e69b2c.tar.bz2 |
Fix a couple typos in Misc/NEWS.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ Core and Builtins - Issue #15897: zipimport.c doesn't check return value of fseek(). Patch by Felipe Cruz. -- Issue #15033: Fix the exit status bug when modules invoked using -m swith, +- Issue #15033: Fix the exit status bug when modules invoked using -m switch, return the proper failure return value (1). Patch contributed by Jeff Knupp. - Issue #12268: File readline, readlines and read() or readall() methods @@ -700,7 +700,7 @@ Documentation - Issue #15444: Use proper spelling for non-ASCII contributor names. Patch by Serhiy Storchaka. -- Issue 15482: Properly document the default 'level' value for __import__() +- Issue #15482: Properly document the default 'level' value for __import__() while warning about using negative values. - Issue #15230: Clearly document some of the limitations of the runpy |