[Python-Dev] unicode/string asymmetries

Fred L. Drake, Jr. fdrake@acm.org
Wed, 9 Jan 2002 09:52:39 -0500 (EST)


Jack Jansen writes:
 > Huh, what did I miss? Why is PyArg_Parse deprecated, and by what
 > should it be replaced?

  I think it is only recommended to avoid this as the argument-parsing
function for an extension function/method; PyArg_ParseTuple() should
be used instead since it can give better error messages using the
:funcname syntax for the format string (which is strongly
recommended!).


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation