cpython/Doc/api
Marc-André Lemburg d1ba443206 This patch adds a new Python C API called PyString_AsStringAndSize()
which implements the automatic conversion from Unicode to a string
object using the default encoding.

The new API is then put to use to have eval() and exec accept
Unicode objects as code parameter. This closes bugs #110924
and #113890.

As side-effect, the traditional C APIs PyString_Size() and
PyString_AsString() will also accept Unicode objects as
parameters.
2000-09-19 21:04:18 +00:00
..
.cvsignore Ignore the byproducts of SGML/XML conversions for now. 1998-12-01 18:58:28 +00:00
api.tex This patch adds a new Python C API called PyString_AsStringAndSize() 2000-09-19 21:04:18 +00:00
refcounts.dat This patch adds a new Python C API called PyString_AsStringAndSize() 2000-09-19 21:04:18 +00:00