mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Typo fixes
This commit is contained in:
parent
150e349be1
commit
88b8582e45
1 changed files with 4 additions and 4 deletions
|
@ -136,7 +136,7 @@ Extension Modules
|
||||||
for large or negative values.
|
for large or negative values.
|
||||||
|
|
||||||
- Bug #1234979: For the argument of thread.Lock.acquire, the Windows
|
- Bug #1234979: For the argument of thread.Lock.acquire, the Windows
|
||||||
implemented treated all integer values except 1 as false.
|
implementation treated all integer values except 1 as false.
|
||||||
|
|
||||||
- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
|
- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ Library
|
||||||
- Bug #1238170: threading.Thread.__init__ no longer has "kwargs={}" as a
|
- Bug #1238170: threading.Thread.__init__ no longer has "kwargs={}" as a
|
||||||
parameter, but uses the usual "kwargs=None".
|
parameter, but uses the usual "kwargs=None".
|
||||||
|
|
||||||
- textwrap now processes text chucks at O(n) speed instead of O(n**2).
|
- textwrap now processes text chunks at O(n) speed instead of O(n**2).
|
||||||
Patch #1209527 (Contributed by Connelly).
|
Patch #1209527 (Contributed by Connelly).
|
||||||
|
|
||||||
- urllib2 has now an attribute 'httpresponses' mapping from HTTP status code
|
- urllib2 has now an attribute 'httpresponses' mapping from HTTP status code
|
||||||
|
@ -213,7 +213,7 @@ Library
|
||||||
as this can cause problems with apps closing all file descriptors.
|
as this can cause problems with apps closing all file descriptors.
|
||||||
|
|
||||||
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
|
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
|
||||||
though this can be missing in embedded interpreters
|
it can be missing in embedded interpreters
|
||||||
|
|
||||||
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
|
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
|
||||||
|
|
||||||
|
@ -351,7 +351,7 @@ Library
|
||||||
- locale.py now uses an updated locale alias table (built using
|
- locale.py now uses an updated locale alias table (built using
|
||||||
Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
|
Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
|
||||||
alias file); the encoding lookup was enhanced to use Python's
|
alias file); the encoding lookup was enhanced to use Python's
|
||||||
encoding alias table
|
encoding alias table.
|
||||||
|
|
||||||
- moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
|
- moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue