From: Raymond Hettinger Date: Wed, 22 Dec 2010 09:11:54 +0000 (+0000) Subject: Add todo X-Git-Tag: v3.2rc1~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f35a34cbab100135187f30a6defd844af65fd6e7;p=thirdparty%2FPython%2Fcpython.git Add todo --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 3aa3354f8b26..5ef13edafc2e 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -677,6 +677,8 @@ functools (Contributed by Raymond Hettinger.) +.. XXX clarify what the example does + * To aid in porting programs from Python 2, the :func:`~functools.cmp_to_key` function converts an old-style comparison function to modern :term:`key function`: