[issue1071] unicode.translate() doesn't error out on invalid translation table
Georg Brandl
report at bugs.python.org
Sun Sep 2 09:08:36 CEST 2007
Georg Brandl added the comment:
Marc-Andre Lemburg schrieb:
> Marc-Andre Lemburg added the comment:
>
> Nice idea, but why don't you use a dictionary iterator (PyDict_Next())
> for the fixup ?
I thought that is unsafe to use when the dictionary is mutated while
iterating.
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1071>
__________________________________
More information about the Python-bugs-list
mailing list