
report at bugs
Jun 23, 2012, 4:42 AM
Post #3 of 6
(54 views)
Permalink
|
|
[issue8271] str.decode('utf8', 'replace') -- conformance with Unicode 5.2.0
[In reply to]
|
|
Serhiy Storchaka <storchaka [at] gmail> added the comment: I deleted a fast patch, since it unsafe. Issue14923 should safer compensate a small slowdown. I think this change is not a bugfix (this is not a bug, the standard allows such behavior), but a new feature, so I doubt the need to fix 2.7 and 3.2. Any chance to commit the patch today and to get this feature in Python 3.3? ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue8271> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|