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 neologix
Recipients eric.araujo, neologix, pitrou, tim.peters, vstinner
Date 2011-12-19.09:08:09
SpamBayes Score 0.0005158251
Marked as misclassified No
Message-id <1324285690.73.0.320286243732.issue13550@psf.upfronthosting.co.za>
In-reply-to
Content
I'm personally +1 on removing the verbose thing altogether:
- it's ugly
- I doubt it's really useful (I mean, printing to stderr - which is often line buffered or unbuffered - upon every action will probably change the timing)
- it also brings some problems on its own, e.g. #4188

So unless there's a good reason behind it, I think we could let it go.
History
Date User Action Args
2011-12-19 09:08:10neologixsetrecipients: + neologix, tim.peters, pitrou, vstinner, eric.araujo
2011-12-19 09:08:10neologixsetmessageid: <1324285690.73.0.320286243732.issue13550@psf.upfronthosting.co.za>
2011-12-19 09:08:10neologixlinkissue13550 messages
2011-12-19 09:08:09neologixcreate