commit | f35a34cbab100135187f30a6defd844af65fd6e7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Dec 22 09:11:54 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Dec 22 09:11:54 2010 +0000 |
tree | e445d1e8b9600fcdaec4a70268807990b0b0bf6f | |
parent | 14affb84caaa4693ca65276d2a072af164f3a162 [diff] |
Add todo
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 @@ (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`: