diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-22 09:11:54 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-22 09:11:54 (GMT) |
commit | f35a34cbab100135187f30a6defd844af65fd6e7 (patch) | |
tree | e445d1e8b9600fcdaec4a70268807990b0b0bf6f /Doc | |
parent | 14affb84caaa4693ca65276d2a072af164f3a162 (diff) | |
download | cpython-f35a34cbab100135187f30a6defd844af65fd6e7.zip cpython-f35a34cbab100135187f30a6defd844af65fd6e7.tar.gz cpython-f35a34cbab100135187f30a6defd844af65fd6e7.tar.bz2 |
Add todo
Diffstat (limited to 'Doc')
-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`: |