From: Andrew M. Kuchling Date: Tue, 8 Oct 2002 17:00:41 +0000 (+0000) Subject: Fix a few typos: an extra space; typo in filename; capitalization error X-Git-Tag: v2.2.2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1446cac95361ab75120139887a4557e6bcfc9cb;p=thirdparty%2FPython%2Fcpython.git Fix a few typos: an extra space; typo in filename; capitalization error in method name --- diff --git a/Misc/NEWS b/Misc/NEWS index 28227c23b97c..b5bef97b4d07 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -58,7 +58,7 @@ Core and builtins leave an exception lingering behind while returning a non-error value. -- The Unicode replace() method would do the wrong thing for a unicode +- The Unicode replace() method would do the wrong thing for a unicode subclass when there were zero string replacements. [SF bug 599128] - Fixed some endcase bugs in Unicode rfind()/rindex() and endswith(). @@ -127,7 +127,7 @@ Extension modules accessible. Added recursion limit to pickling [SF bug 576084]. Try the persistent id code *before* calling save_global(). -- In mmapmpdule.c: if the size passed to mmap() is larger than the +- In mmapmodule.c: if the size passed to mmap() is larger than the length of the file on non-Windows platforms, a ValueError is raised. [SF bug 585792] @@ -155,7 +155,7 @@ Library problem reported in SF patch 550290. Change the way 'less' is invoked as a browser (on Unix) to make it more robust. -- In pickle.py: Whichmodule() now skips dummy (None) package entries +- In pickle.py: whichmodule() now skips dummy (None) package entries in sys.modules. Try the persistent id code *before* calling save_global().