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.

作者 neologix
收信人 eric.araujo, neologix, pitrou, tim.peters, vstinner
日期 2011-12-19.09:08:09
SpamBayes Score 0.0005158251
Marked as misclassified
Message-id <1324285690.73.0.320286243732.issue13550@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-12-19 09:08:10neologix修改recipients: + neologix, tim.peters, pitrou, vstinner, eric.araujo
2011-12-19 09:08:10neologix修改messageid: <1324285690.73.0.320286243732.issue13550@psf.upfronthosting.co.za>
2011-12-19 09:08:10neologix链接issue13550 messages
2011-12-19 09:08:09neologix创建