]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
One more attribution.
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Jul 2008 19:18:50 +0000 (19:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Jul 2008 19:18:50 +0000 (19:18 +0000)
Doc/whatsnew/2.6.rst

index a47bc00e04048ca7adbd4d09bfff635142f39b49..203091f1f6702e989ffb709e284b5fe985578e79 100644 (file)
@@ -1591,8 +1591,8 @@ Here are all of the changes that Python 2.6 makes to the core Python language.
 * 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