]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
authorWalter Dörwald <walter@livinglogic.de>
Mon, 2 Sep 2002 13:14:32 +0000 (13:14 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 2 Sep 2002 13:14:32 +0000 (13:14 +0000)
commit3aeb632c3152fa082132ce55b9a880e0d16b04ae
tree192bc1543ea77a826d0c940d024dbc8ebba82156
parent94fab762de532de551987e1f48a125145f85304b
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
12 files changed:
Doc/lib/libcodecs.tex
Doc/lib/libexcs.tex
Include/codecs.h
Include/pyerrors.h
Lib/codecs.py
Lib/test/test_codeccallbacks.py [new file with mode: 0644]
Misc/NEWS
Modules/_codecsmodule.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/codecs.c
Python/exceptions.c