Bugs item #1192777, was opened at 2005-04-29 17:51 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1192777&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com