mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix a couple typos in Misc/NEWS.
This commit is contained in:
parent
c64bcbec4b
commit
8af179e744
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ Core and Builtins
|
||||||
- Issue #15897: zipimport.c doesn't check return value of fseek().
|
- Issue #15897: zipimport.c doesn't check return value of fseek().
|
||||||
Patch by Felipe Cruz.
|
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.
|
return the proper failure return value (1). Patch contributed by Jeff Knupp.
|
||||||
|
|
||||||
- Issue #12268: File readline, readlines and read() or readall() methods
|
- 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
|
- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch
|
||||||
by Serhiy Storchaka.
|
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.
|
while warning about using negative values.
|
||||||
|
|
||||||
- Issue #15230: Clearly document some of the limitations of the runpy
|
- Issue #15230: Clearly document some of the limitations of the runpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue