[New-bugs-announce] [issue15636] base64.decodebytes is only available in Python3.1+

Andrew Scheller report at bugs.python.org
Mon Aug 13 13:47:10 CEST 2012


New submission from Andrew Scheller:

According to the documentation ( http://docs.python.org/py3k/library/base64.html#base64.decodebytes ) both the decodebytes and the deprecated decodestring methods are available in the base64 module in Python3.x
However in Python3.0 (I'm testing with version 3.0.1 built from source) the base64 module only has the decodestring method, it doesn't have decodebytes. IMHO the documentation should be updated to reflect this.

It looks like decodebytes was added to Python3.1 by http://bugs.python.org/issue3613

----------
assignee: docs at python
components: Documentation
messages: 168080
nosy: docs at python, lurchman
priority: normal
severity: normal
status: open
title: base64.decodebytes is only available in Python3.1+
type: enhancement
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15636>
_______________________________________


More information about the New-bugs-announce mailing list