diff options
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r-- | Objects/unicodeobject.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index a29c75b..57ef62a 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -426,8 +426,9 @@ PyObject *PyUnicode_FromEncodedObject(register PyObject *obj, #if 0 /* For b/w compatibility we also accept Unicode objects provided - that no encodings is given and then redirect to PyObject_Unicode() - which then applies the additional logic for Unicode subclasses. + that no encodings is given and then redirect to + PyObject_Unicode() which then applies the additional logic for + Unicode subclasses. NOTE: This API should really only be used for object which represent *encoded* Unicode ! |