diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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`: |