New submission from MATSUI Tetsushi <m...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6376> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com