Message 182010 - Python tracker (original) (raw)

Message182010

Author giampaolo.rodola
Recipients georg.brandl, giampaolo.rodola, pitrou
Date 2013-02-13.10:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1360750258.42.0.775186583691.issue17197@psf.upfronthosting.co.za
In-reply-to
Content
No, it's the other way around. It's from cProfile which I import profile. diff --git a/Lib/cProfile.py b/Lib/cProfile.py --- a/Lib/cProfile.py +++ b/Lib/cProfile.py ... +import profile as _pyprofile
History
Date User Action Args
2013-02-13 10:10:58 giampaolo.rodola set recipients: + giampaolo.rodola, georg.brandl, pitrou
2013-02-13 10:10:58 giampaolo.rodola set messageid: 1360750258.42.0.775186583691.issue17197@psf.upfronthosting.co.za
2013-02-13 10:10:58 giampaolo.rodola link issue17197 messages
2013-02-13 10:10:58 giampaolo.rodola create