[issue5678] typo in future_builtins documentation

2009-04-04 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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

[issue5678] typo in future_builtins documentation

2009-04-03 Thread Friedrich Weber
New submission from Friedrich Weber f...@reichbier.de: 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