From: Andrew M. Kuchling Date: Sat, 19 May 2001 19:35:46 +0000 (+0000) Subject: Add another item X-Git-Tag: v2.2a3~1740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b923fcff5103f71f5c5cc587af11e98cf35f343;p=thirdparty%2FPython%2Fcpython.git Add another item --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index ee60980a3b95..241b36b0f965 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