]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix type name (str has been renamed to str8).
authorWalter Dörwald <walter@livinglogic.de>
Thu, 3 May 2007 20:49:27 +0000 (20:49 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 3 May 2007 20:49:27 +0000 (20:49 +0000)
Objects/stringobject.c

index 248070f532d12ab5671d2cb83ed82b339a09b036..f74c5dc730a909461db65eab963e3e6115b155de 100644 (file)
@@ -3944,7 +3944,7 @@ static PyObject *str_iter(PyObject *seq);
 PyTypeObject PyString_Type = {
        PyObject_HEAD_INIT(&PyType_Type)
        0,
-       "str",
+       "str8",
        sizeof(PyStringObject),
        sizeof(char),
        string_dealloc,                         /* tp_dealloc */