]> granicus.if.org Git - python/commit
Rename PyUnicode_AsString -> _PyUnicode_AsString and
authorMarc-André Lemburg <mal@egenix.com>
Thu, 7 Aug 2008 18:54:33 +0000 (18:54 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 7 Aug 2008 18:54:33 +0000 (18:54 +0000)
commit4cc0f24857c345ba99691b2ae6829c6ce3c0edcd
treecb4d437c9acb08f213376a499542f2e3bf81b8ad
parent28bd1a3bd5cf7f8c161bddb1735c4968fb9f6a8f
Rename PyUnicode_AsString -> _PyUnicode_AsString and
PyUnicode_AsStringAndSize -> _PyUnicode_AsStringAndSize to mark
them for interpreter internal use only.

We'll have to rework these APIs or create new ones for the
purpose of accessing the UTF-8 representation of Unicode objects
for 3.1.
60 files changed:
Include/object.h
Include/unicodeobject.h
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_ctypes/stgdict.c
Modules/_elementtree.c
Modules/_gestalt.c
Modules/_hashopenssl.c
Modules/_lsprof.c
Modules/_pickle.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/row.c
Modules/_sqlite/statement.c
Modules/_ssl.c
Modules/_struct.c
Modules/_testcapimodule.c
Modules/_tkinter.c
Modules/cjkcodecs/cjkcodecs.h
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/grpmodule.c
Modules/operator.c
Modules/ossaudiodev.c
Modules/parsermodule.c
Modules/posixmodule.c
Modules/pyexpat.c
Modules/readline.c
Modules/socketmodule.c
Modules/syslogmodule.c
Modules/timemodule.c
Modules/zipimport.c
Objects/bytesobject.c
Objects/codeobject.c
Objects/exceptions.c
Objects/floatobject.c
Objects/funcobject.c
Objects/moduleobject.c
Objects/object.c
Objects/setobject.c
Objects/structseq.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c
Parser/tokenizer.c
Python/_warnings.c
Python/ast.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/errors.c
Python/future.c
Python/getargs.c
Python/import.c
Python/peephole.c
Python/pythonrun.c
Python/structmember.c
Python/symtable.c
Python/traceback.c