R. David Murray added the comment:

See msg253287.  Someone should check the RFC.  It is not obvious that just 
encoding using utf8 is correct; fundamentally passwords are binary data.  But 
the auth methods don't currently accept binary data.  UTF8 is a reasonable 
default these days, I think, but if we support more than ascii I think we need 
to support binary, with utf8 as the default encoding.

----------
components: +email
nosy: +barry, r.david.murray
type:  -> enhancement
versions: +Python 3.7 -Python 3.4

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

Reply via email to