
report at bugs
Aug 17, 2012, 11:11 AM
Post #2 of 6
(171 views)
Permalink
|
|
[issue15636] base64.decodebytes is only available in Python3.1+
[In reply to]
|
|
Éric Araujo added the comment: 3.0 is considered an alpha release by python-dev, is is not officially supported and is basically dead. 3.1 was released very soon after, mostly to fix the slow I/O. That’s why the docs don’t detail what’s new in 3.1, as this version is considered the first Python 3 version. If this explanation satisfies you, I will close this bug. Thanks for the report anyway. ---------- nosy: +eric.araujo resolution: -> invalid stage: -> committed/rejected status: open -> pending versions: -Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15636> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|