[Python-checkins] python/dist/src/Misc NEWS,1.1174,1.1175
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Oct 24 02:32:27 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3279/Misc
Modified Files:
NEWS
Log Message:
SF bug #1052503: pdb runcall should accept keyword arguments
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1174
retrieving revision 1.1175
diff -u -d -r1.1174 -r1.1175
--- NEWS 24 Oct 2004 00:10:03 -0000 1.1174
+++ NEWS 24 Oct 2004 00:32:24 -0000 1.1175
@@ -45,6 +45,8 @@
Library
-------
+- Bug #1052503 pdb.runcall() was not passing along keyword arguments.
+
- Bug #902037: XML.sax.saxutils.prepare_input_source() now combines relative
paths with a base path before checking os.path.isfile().
More information about the Python-checkins
mailing list