New submission from Georg Brandl:

While it's documented that unicode.translate()s table maps ordinals to
strings/ordinals/None, if you give a unicode key in the table it will
just be ignored. This is quite surprising.

----------
assignee: lemburg
components: Unicode
messages: 55530
nosy: georg.brandl, lemburg, loewis
priority: normal
severity: normal
status: open
title: unicode.translate() doesn't error out on invalid translation table
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1071>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to