This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: bug fix for doctest (sf bug id: 798254)
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: belopolsky, rhettinger
Priority: normal Keywords: patch

Created on 2003-08-31 21:11 by belopolsky, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doctest.py.diff belopolsky, 2003-08-31 21:12
Messages (2)
msg44555 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2003-08-31 21:11
See bug report #798254 for description of the bug.
This patch allows methods borrowed from other classes 
to appear in the class dictionary without breaking 
doctest.
 
msg44556 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-09-02 02:11
Logged In: YES 
user_id=80475

Applied as:
   Lib/doctest.py 1.30.6.1 and 1.31
History
Date User Action Args
2022-04-10 16:10:57adminsetgithub: 39161
2003-08-31 21:11:25belopolskycreate