]> granicus.if.org Git - python/commit
More coding by random modification.
authorGuido van Rossum <guido@python.org>
Fri, 4 May 2007 00:41:39 +0000 (00:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 May 2007 00:41:39 +0000 (00:41 +0000)
commitf15a29f975bbdef6de0aa19a19b176d1baf8f5ab
tree60f4f72289129eaa808e05f2b7c7fb7bde077371
parentbae5cedb8d41edc20bea54b8bff0c7f835de8043
More coding by random modification.
Encoding now return bytes instead of str8.
eval(), exec(), compile() now accept unicode or bytes.
12 files changed:
Lib/test/test_builtin.py
Objects/bytesobject.c
Objects/moduleobject.c
Objects/object.c
Objects/stringobject.c
Objects/unicodeobject.c
Parser/tokenizer.c
Python/ast.c
Python/bltinmodule.c
Python/getargs.c
Python/import.c
Python/marshal.c