Serhiy Storchaka added the comment:

If the side effect of defaultdict is unpleasant, the correct way is combining 
the translation mapping with the custom mapping by ChainMap. But this example 
is too complex for the documentation of str.translate(). On other side, it is 
trivial for more experience users and don't need special mentioning.

I think other resources (ActiveState Code Reciepes [1] or books) are better 
places for this example.

[1] http://code.activestate.com/recipes/popular/

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28612>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to