commit | b487e632826a45bb81925d1577856637c3fcafa0 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Mar 21 03:08:31 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Mar 21 03:08:31 2009 +0000 |
tree | ea4ab6c3c4a4f794ba9421f43ecdd8d05395d61a | |
parent | 16f966ee2618f7a6604b94de2e478637676f550e [diff] [blame] |
stringio doesn't have an encoding
diff --git a/Modules/_stringio.c b/Modules/_stringio.c index a88fcb7..d75a604 100644 --- a/Modules/_stringio.c +++ b/Modules/_stringio.c
@@ -665,7 +665,7 @@ { CHECK_INITIALIZED(self); CHECK_CLOSED(self); - return PyUnicode_FromString("utf-8"); + Py_RETURN_NONE; } static PyObject *