[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-20 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

This has already been done as part of issue9428 in r83524.

--
nosy: +amaury.forgeotdarc
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9898
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-20 Thread Ram Rachum

Ram Rachum cool...@cool-rr.com added the comment:

Is this going into 3.2?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9898
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-20 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

yes, as you can see in the diffs, it's already in 3.2alpha2.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9898
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-19 Thread Ram Rachum

New submission from Ram Rachum cool...@cool-rr.com:

The `cProfile.runctx` function currently doesn't allow using the `sort` 
argument. For some reason the `sort` argument is allowed in `run` but not in 
`runctx`. Attached is a patch that allows using `sort` in `runctx`.

--
components: Library (Lib)
files: cProfile.patch
keywords: patch
messages: 116880
nosy: cool-RR
priority: normal
severity: normal
status: open
title: cProfile.runctx doesn't allow sort argument
type: feature request
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file18932/cProfile.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9898
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com