[New-bugs-announce] [issue6376] description of Decinal.logical_invert is incorrect

MATSUI Tetsushi report at bugs.python.org
Mon Jun 29 18:34:47 CEST 2009


New submission from MATSUI Tetsushi <mft at users.sourceforge.net>:

The library reference of Decimal.logical_invert:
   .. method:: logical_invert(other[, context])

      :meth:`logical_invert` is a logical operation.  The argument must
      be a *logical operand* (see :ref:`logical_operands_label`).  The
      result is the digit-wise inversion of the operand.

There should not be "other" argument, since it's an unary operation.

----------
assignee: georg.brandl
components: Documentation
messages: 89862
nosy: georg.brandl, mft
severity: normal
status: open
title: description of Decinal.logical_invert is incorrect
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list