[issue7797] base64 module docs should indicate that encode methods return bytes, not strings

Justin Lebar report at bugs.python.org
Thu Jan 28 06:40:37 CET 2010


New submission from Justin Lebar <starwiz at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7797>
_______________________________________


More information about the Python-bugs-list mailing list