[Python-checkins] python/dist/src/Misc NEWS,1.1186,1.1187

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Nov 8 23:07:43 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12102/Misc

Modified Files:
	NEWS 
Log Message:
test_doctest.py test_pdb_set_trace_nested():  A new test from Jim Fulton
showing that doctest's pdb.set_trace() support was dramatically broken.

doctest.py _OutputRedirectingPdb.trace_dispatch():  Return a local trace
function instead of (implicitly) None.  Else interaction with pdb was
bizarre, noticing only 'call' events.  Amazingly, the existing set_trace()
tests didn't care.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1186
retrieving revision 1.1187
diff -u -d -r1.1186 -r1.1187
--- NEWS	8 Nov 2004 04:30:18 -0000	1.1186
+++ NEWS	8 Nov 2004 22:07:37 -0000	1.1187
@@ -29,7 +29,10 @@
   attempt is made to execute the remaining handlers.  The last exception
   raised is re-raised.
 
-- Patch 1061679: Added `__all__` to pickletools.py.
+- ``doctest``'s new support for adding ``pdb.set_trace()`` calls to
+  doctests was broken in a dramatic but shallow way.  Fixed.
+
+- Patch 1061679: Added ``__all__`` to pickletools.py.
 
 Build
 -----



More information about the Python-checkins mailing list