This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fredreichbier
Recipients fredreichbier, georg.brandl
Date 2009-04-03.13:44:13
SpamBayes Score 2.479381e-05
Marked as misclassified No
Message-id <1238766256.3.0.595291754287.issue5678@psf.upfronthosting.co.za>
In-reply-to
Content
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.'
History
Date User Action Args
2009-04-03 13:44:16fredreichbiersetrecipients: + fredreichbier, georg.brandl
2009-04-03 13:44:16fredreichbiersetmessageid: <1238766256.3.0.595291754287.issue5678@psf.upfronthosting.co.za>
2009-04-03 13:44:14fredreichbierlinkissue5678 messages
2009-04-03 13:44:14fredreichbiercreate