]> granicus.if.org Git - python/commit
Fix an issue with str.translate() in IDLE -- str.translate() only accepts
authorGuido van Rossum <guido@python.org>
Wed, 21 Nov 2007 20:07:54 +0000 (20:07 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Nov 2007 20:07:54 +0000 (20:07 +0000)
commitb0efee26693127d9378826667b480dc8e7cc4f2a
tree85be8e30dbf8512e09808ae8d02375faf426a189
parentf06628b072cc0f447939af5aaf4aa58f1489a0e3
Fix an issue with str.translate() in IDLE -- str.translate() only accepts
a dict argument now.
Lib/idlelib/PyParse.py