[ python-Bugs-1192777 ] docstring error

SourceForge.net noreply at sourceforge.net
Sat Apr 30 07:53:12 CEST 2005


Bugs item #1192777, was opened at 2005-04-29 15:51
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1192777&group_id=5470

Category: Python Library
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Christopher Smith (smichr)
Assigned to: Nobody/Anonymous (nobody)
Summary: docstring error

Initial Comment:
In 2.4/Lib/test/test_binop.py, two double quotes are missing 
at the beginning of the following function's docstring:

def __rdivmod__(self, other):
        "Divide two Rats, returning quotient and remainder 
(reversed args)."""


(I know it's minor, but you said "keep it under your pillow" ;-)

Actually. I found it while testing out a comment stripping 
program that uses the tokenize module.

/c

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

>Comment By: Brett Cannon (bcannon)
Date: 2005-04-29 22:53

Message:
Logged In: YES 
user_id=357491

Fixed in rev. 1.8 for 2.5 and rev. 1.7.20.1 for 2.4 .

Thanks, Christopher.

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

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


More information about the Python-bugs-list mailing list