[Python-checkins] r59698 - python/trunk/Misc/NEWS
andrew.kuchling
python-checkins at python.org
Fri Jan 4 03:26:01 CET 2008
Author: andrew.kuchling
Date: Fri Jan 4 03:26:00 2008
New Revision: 59698
Modified:
python/trunk/Misc/NEWS
Log:
Typo fix
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Fri Jan 4 03:26:00 2008
@@ -1239,7 +1239,7 @@
- Issue #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE
and Py_REFCNT.
-- Added case insensitive comparsion methods ``PyOS_stricmp(char*, char*)``
+- Added case insensitive comparison methods ``PyOS_stricmp(char*, char*)``
and ``PyOS_strnicmp(char*, char*, Py_ssize_t)``.
- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx macro
More information about the Python-checkins
mailing list