[Python-checkins] r65190 - python/trunk/Doc/whatsnew/2.6.rst

raymond.hettinger python-checkins at python.org
Tue Jul 22 21:18:51 CEST 2008


Author: raymond.hettinger
Date: Tue Jul 22 21:18:50 2008
New Revision: 65190

Log:
One more attribution.

Modified:
   python/trunk/Doc/whatsnew/2.6.rst

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Tue Jul 22 21:18:50 2008
@@ -1591,8 +1591,8 @@
 * The string :meth:`translate` method now accepts ``None`` as the
   translation table parameter, which is treated as the identity
   transformation.   This makes it easier to carry out operations
-  that only delete characters.  (Contributed by Bengt Richter;
-  :issue:`1193128`.)
+  that only delete characters.  (Contributed by Bengt Richter and
+  implemented by Raymond Hettinger; :issue:`1193128`.)
 
 * The built-in :func:`dir` function now checks for a :meth:`__dir__`
   method on the objects it receives.  This method must return a list


More information about the Python-checkins mailing list