Terry J. Reedy <tjre...@udel.edu> added the comment:

The docs say that the locale arg should be None, tuple, or string, so I take 
that to mean that Unicode should be OK for 2.x, and that would help porting to 
3.x. If bytes are rejected in 3.x, there should be TypeError raised, not 
ValueError, as is still the case in 3.1.2.

----------
keywords: +easy
nosy: +tjreedy
stage:  -> unit test needed
type:  -> behavior
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6, Python 
3.0

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

Reply via email to