Author: guido.van.rossum
Date: Mon Apr 16 19:02:00 2007
New Revision: 54842
Modified:
python/branches/p3yk/Python/Python-ast.c
Log:
Check in the inevitable change to the version number.
I'll add this step to PEP 306.
Modified: python/branches/p3yk/Python/Python-ast.c
=
Author: walter.doerwald
Date: Tue Apr 17 00:10:50 2007
New Revision: 54845
Modified:
python/branches/p3yk/Doc/lib/libcodecs.tex
python/branches/p3yk/Lib/codecs.py
python/branches/p3yk/Lib/encodings/utf_16.py
python/branches/p3yk/Lib/encodings/utf_8_sig.py
python/branches/p3yk/Lib/te
Author: guido.van.rossum
Date: Tue Apr 17 04:38:04 2007
New Revision: 54846
Modified:
python/branches/p3yk/Lib/io.py
python/branches/p3yk/Lib/test/test_io.py
Log:
Instead of pickling the whole decoder, use the new getstate/setstate API.
Modified: python/branches/p3yk/Lib/io.py