commit | 3ce45389bd929296863e26586fa6963ba307e6fb | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Jul 30 22:34:24 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Jul 30 22:34:24 2001 +0000 |
tree | f094b82d809cd17a3bbd1f8779396389d7c985a3 | |
parent | 5121e7de11eaf8ef872aef4b0c58612d6a814161 [diff] |
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. And remove all the extern decls in the middle of .c files. Apparently, it was excluded from the header file because it is intended for internal use by the interpreter. It's still intended for internal use and documented as such in the header file.