diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-05-19 19:35:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-05-19 19:35:46 (GMT) |
commit | 3b923fcff5103f71f5c5cc587af11e98cf35f343 (patch) | |
tree | a3573e0661df393cfa54cd2b00905fbe27763716 /Doc | |
parent | 656fe69383df865fb3e7437af56ed7c342b3ffb5 (diff) | |
download | cpython-3b923fcff5103f71f5c5cc587af11e98cf35f343.zip cpython-3b923fcff5103f71f5c5cc587af11e98cf35f343.tar.gz cpython-3b923fcff5103f71f5c5cc587af11e98cf35f343.tar.bz2 |
Add another item
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index ee60980..241b36b 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -73,6 +73,9 @@ XXX \item XXX C API: Reorganization of object calling + \item XXX .encode(), .decode() string methods. Interesting new codecs such +as zlib. + %Original log message: %The call_object() function, originally in ceval.c, begins a new life |