summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-08-23 00:57:07 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-08-23 00:57:07 (GMT)
commit88b8582e45c220c55a9c497c899687068958e99a (patch)
tree16d77e6c1fa58f2511f0f4fb3cf929d7d84b5092 /Misc
parent150e349be18b3deb004cc32667332904f2c81057 (diff)
downloadcpython-88b8582e45c220c55a9c497c899687068958e99a.zip
cpython-88b8582e45c220c55a9c497c899687068958e99a.tar.gz
cpython-88b8582e45c220c55a9c497c899687068958e99a.tar.bz2
Typo fixes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 592a622..0171492 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -136,7 +136,7 @@ Extension Modules
for large or negative values.
- 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.
@@ -203,7 +203,7 @@ Library
- Bug #1238170: threading.Thread.__init__ no longer has "kwargs={}" as a
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).
- 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.
- 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.
@@ -351,7 +351,7 @@ Library
- locale.py now uses an updated locale alias table (built using
Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
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.