[issue5678] typo in future_builtins documentation

2009-04-03 Thread R. David Murray
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

[issue5678] typo in future_builtins documentation

2009-04-03 Thread Friedrich Weber
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