summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNicholas Bastin <nick.bastin@gmail.com>2004-03-23 18:44:39 (GMT)
committerNicholas Bastin <nick.bastin@gmail.com>2004-03-23 18:44:39 (GMT)
commit824b1b2da8238b7b71a6135b727ea68d7bc8c5d2 (patch)
tree6c4f481bc7a3dc1cd2ca91dfcb3bf82ee3ad8363 /Misc
parent6fca7cc783bfd5696ca3b47022a62fa10b9ab89b (diff)
downloadcpython-824b1b2da8238b7b71a6135b727ea68d7bc8c5d2.zip
cpython-824b1b2da8238b7b71a6135b727ea68d7bc8c5d2.tar.gz
cpython-824b1b2da8238b7b71a6135b727ea68d7bc8c5d2.tar.bz2
Added command line options for profile.py - one for stats output file
and one for sort order when using stdout. Uses optparse.
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 50c5249..be6984b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,9 @@ Extension modules
Library
-------
+- Added two new command-line arguments for profile (output file and
+ default sort).
+
- Added global runctx function to profile module
- Add hlist missing entryconfigure and entrycget methods.