summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 12:20:23 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-02 12:20:23 (GMT)
commit8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4 (patch)
tree6b57a091cf25070ed6b98e97c425ac01eb8536bd /Misc
parentb1a97afadb5d6100613c19409882eba0be991b41 (diff)
downloadcpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.zip
cpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.tar.gz
cpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.tar.bz2
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 490284a..5fb7cc2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Extensions
Library
-------
+- Issue #9428: Fix running scripts with the profile/cProfile modules from
+ the command line.
+
- Issue #7781: Fix restricting stats by entry counts in the pstats
interactive browser.