[issue4440] "sort" command doesn't work in pstats if run interactively

2010-04-02 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for your bug report and patch! The original 2.x version was pretty ugly code with a lambda that used default arguments, so I rewrote the line to be more modern; it now does ' all((x in abbrevs) for x in line.split())'. Committed my version to trunk to

[issue4440] "sort" command doesn't work in pstats if run interactively

2010-01-25 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs

[issue4440] "sort" command doesn't work in pstats if run interactively

2010-01-25 Thread Mitchell Model
Mitchell Model added the comment: Still true in 3.1 -- nosy: +MLModel versions: +Python 3.1 -Python 3.0 ___ Python tracker ___ ___ Pyt

[issue4440] "sort" command doesn't work in pstats if run interactively

2008-11-26 Thread Marcin Bachry
New submission from Marcin Bachry <[EMAIL PROTECTED]>: Sort command in Python's 3.0 pstats doesn't accept any valid argument and views help all the time: $ python3.0 -m pstats pstats Welcome to the profile statistics browser. % sort cumulative Valid sort keys (unique prefixes are accepted): stdn