[ python-Bugs-936827 ] PyNumber_And() 's description

SourceForge.net noreply at sourceforge.net
Sat Apr 17 07:59:09 EDT 2004


Bugs item #936827, was opened at 2004-04-17 04:03
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=936827&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: [N/A] (ymasuda)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyNumber_And() 's description

Initial Comment:
In Doc/api/abstract.tex of HEAD branch, at l.520 around, 
It describes ::

\begin{cfuncdesc}{PyObject*}{PyNumber_And}
{PyObject *o1, PyObject *o2}
  Returns the ``bitwise and'' of \var{o2} and \var{o2} 
on success and ...

but the former \var{o2} appears to be a typo of \var
{o1}. Thus,

  Returns the ``bitwise and'' of \var{o1} and \var{o2} 
on success and ...

should be appropriate.

Thanks


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-04-17 06:59

Message:
Logged In: YES 
user_id=80475

Fixed.

Thanks for the bug report.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=936827&group_id=5470



More information about the Python-bugs-list mailing list