[New-bugs-announce] [issue5678] typo in future_builtins documentation

Friedrich Weber report at bugs.python.org
Fri Apr 3 15:44:16 CEST 2009


New submission from Friedrich Weber <fred at 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
that is
   then converted to hexadecimal.

should rather be something like '... that is then converted to octal.'

----------
assignee: georg.brandl
components: Documentation
messages: 85304
nosy: fredreichbier, georg.brandl
severity: normal
status: open
title: typo in future_builtins documentation
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5678>
_______________________________________


More information about the New-bugs-announce mailing list