summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-07-22 19:18:50 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-07-22 19:18:50 (GMT)
commitd8dd86cc26dba2c4481cfc3e99ef5b0761a82073 (patch)
tree33270b3fa85b6186120b71267e425fa8e1fdcaa8 /Doc/whatsnew/2.6.rst
parent5d4d16e44d3717316c7e88cb6e6250f32ef0d38a (diff)
downloadcpython-d8dd86cc26dba2c4481cfc3e99ef5b0761a82073.zip
cpython-d8dd86cc26dba2c4481cfc3e99ef5b0761a82073.tar.gz
cpython-d8dd86cc26dba2c4481cfc3e99ef5b0761a82073.tar.bz2
One more attribution.
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index a47bc00..203091f 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -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