]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF 798269: bug fix for doctest (sf bug id: 798254
authorRaymond Hettinger <python@rcn.com>
Tue, 2 Sep 2003 02:17:46 +0000 (02:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 2 Sep 2003 02:17:46 +0000 (02:17 +0000)
(Contributed by Alexander Belopolsky.)

Misc/NEWS

index fff30e6a150e5ff4af874bcac3b64f59812ce647..21248e6753c3fe36cb049e15ff1b278e27a8790f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Extension modules
 Library
 -------
 
+- Bug #798254:  doctest.py can now handle unbound methods.
+
 - Bug #797650:  textwrap.py now avoids an infinite loop when one of the
   indent arguments is set longer than the total width.