This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients loewis, ned.deily, python-dev, serhiy.storchaka
Date 2014-07-31.06:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406787132.93.0.557860162286.issue22085@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot about this difference. Of course we can convert input arguments to match new syntax, but "trace vinfo" and "trace info variable" return different results:

% trace add variable foo {read write} {tracer foo}
% trace info variable foo
{{read write} {tracer foo}}
% trace vinfo foo
{rw {tracer foo}}

We should add new methods for new trace commands.
History
Date User Action Args
2014-07-31 06:12:12serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ned.deily, python-dev
2014-07-31 06:12:12serhiy.storchakasetmessageid: <1406787132.93.0.557860162286.issue22085@psf.upfronthosting.co.za>
2014-07-31 06:12:12serhiy.storchakalinkissue22085 messages
2014-07-31 06:12:12serhiy.storchakacreate