diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-03-23 18:44:39 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-03-23 18:44:39 (GMT) |
commit | 824b1b2da8238b7b71a6135b727ea68d7bc8c5d2 (patch) | |
tree | 6c4f481bc7a3dc1cd2ca91dfcb3bf82ee3ad8363 /Misc | |
parent | 6fca7cc783bfd5696ca3b47022a62fa10b9ab89b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |