New submission from Justin Lebar <star...@gmail.com>:

It's not at all clear from the documentation that base64.base64encode() and its 
kin return bytes, rather than strings.  Since this matters now, the docs should 
be clear on this point.

http://docs.python.org/3.1/library/base64.html

----------
assignee: georg.brandl
components: Documentation
messages: 98458
nosy: Justin.Lebar, georg.brandl
severity: normal
status: open
title: base64 module docs should indicate that encode methods return bytes,  
not strings
type: feature request
versions: Python 3.1

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

Reply via email to