commit | 2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Oct 24 00:32:24 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Oct 24 00:32:24 2004 +0000 |
tree | ba7d950adac77a70d5e9bb648f66c60a31fcdb94 | |
parent | 9047c8f73d0e8c865452f80a4219d647be7c433a [diff] [blame] |
SF bug #1052503: pdb runcall should accept keyword arguments
diff --git a/Misc/NEWS b/Misc/NEWS index d0a5af5..e5437e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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().