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 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:58giampaolo.rodolasetrecipients: + giampaolo.rodola, georg.brandl, pitrou
2013-02-13 10:10:58giampaolo.rodolasetmessageid: <1360750258.42.0.775186583691.issue17197@psf.upfronthosting.co.za>
2013-02-13 10:10:58giampaolo.rodolalinkissue17197 messages
2013-02-13 10:10:58giampaolo.rodolacreate