summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-10-24 00:32:24 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-10-24 00:32:24 (GMT)
commit2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3 (patch)
treeba7d950adac77a70d5e9bb648f66c60a31fcdb94 /Misc
parent9047c8f73d0e8c865452f80a4219d647be7c433a (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0a5af5..e5437e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().