diff options
author | Raymond Hettinger <python@rcn.com> | 2004-10-24 00:32:24 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-10-24 00:32:24 (GMT) |
commit | 2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3 (patch) | |
tree | ba7d950adac77a70d5e9bb648f66c60a31fcdb94 /Misc | |
parent | 9047c8f73d0e8c865452f80a4219d647be7c433a (diff) | |
download | cpython-2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3.zip cpython-2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3.tar.gz cpython-2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3.tar.bz2 |
SF bug #1052503: pdb runcall should accept keyword arguments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Extension Modules 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(). |