From f35a34cbab100135187f30a6defd844af65fd6e7 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 22 Dec 2010 09:11:54 +0000 Subject: Add todo --- Doc/whatsnew/3.2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 3aa3354..5ef13ed 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`: -- cgit v0.12