commit | adc60ab6264cb553c396d5a9052447b2d7396cbd | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 04 02:26:00 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 04 02:26:00 2008 +0000 |
tree | 8cd7c67aa4419637b3206f4ac35641b904945d33 | |
parent | e0b76952860808cd60d627882b564453f46c970c [diff] |
Typo fix
diff --git a/Misc/NEWS b/Misc/NEWS index fc1c810..66a60d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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