[Python-checkins] r74490 - python/trunk/Misc/NEWS

benjamin.peterson python-checkins at python.org
Mon Aug 17 15:39:41 CEST 2009


Author: benjamin.peterson
Date: Mon Aug 17 15:39:41 2009
New Revision: 74490

Log:
typos

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Aug 17 15:39:41 2009
@@ -1208,8 +1208,8 @@
 C-API
 -----
 
-- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with 
-  NUL: Bogus TypeError detail string.
+- Issue #6624: PyArg_ParseTuple with "s" format when parsing argument with 
+  NULL: Bogus TypeError detail string.
 
 - Issue #5954: Add a PyFrame_GetLineNumber() function to replace most uses of
   PyCode_Addr2Line().


More information about the Python-checkins mailing list