[docs] [issue15636] base64.decodebytes is only available in Python3.1+
Terry J. Reedy
report at bugs.python.org
Fri Aug 17 20:28:08 CEST 2012
Terry J. Reedy added the comment:
Once a version goes off normal maintenance, we stop patching the manual except for changes related to security fixes. So the 3.1 manual is also frozen (except for possible security fixes). The same is true of 2.6 and will be true of 3.2 when its final maintenance release comes out.
Andrew, we recommend that you ignore 3.0 even if you are trying to write multi-version 3.x code.
----------
nosy: +terry.reedy
status: pending -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15636>
_______________________________________
More information about the docs
mailing list