R. David Murray added the comment:
Thanks. Fixed in r71123.
--
nosy: +r.david.murray
priority: -> low
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> behavior
versions: -Python 3.0, Python 3.1
___
Python tracker
New submission from Friedrich Weber :
Hi,
from http://docs.python.org/library/future_builtins.html:
.. function:: oct(object)
Works like the builtin :func:`oct`, but instead of :meth:`__oct__` it
will
use the :meth:`__index__` method on its argument to get an integer
that is
then conv