diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-04 02:26:00 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-04 02:26:00 (GMT) |
commit | adc60ab6264cb553c396d5a9052447b2d7396cbd (patch) | |
tree | 8cd7c67aa4419637b3206f4ac35641b904945d33 | |
parent | e0b76952860808cd60d627882b564453f46c970c (diff) | |
download | cpython-adc60ab6264cb553c396d5a9052447b2d7396cbd.zip cpython-adc60ab6264cb553c396d5a9052447b2d7396cbd.tar.gz cpython-adc60ab6264cb553c396d5a9052447b2d7396cbd.tar.bz2 |
Typo fix
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1239,7 +1239,7 @@ C API - 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 |