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.

作者 Alexander.Belopolsky
收信人 Alexander.Belopolsky, Arfrever, belopolsky, loewis, pitrou, vstinner
日期 2012-01-27.22:25:22
SpamBayes Score 1.6161578e-06
Marked as misclassified
Message-id <CAP7h-xb-CTui-cWVj=BUdugeBZpj97L1DcdkRsyPEduE2qnR9g@mail.gmail.com>
In-reply-to <1327702626.58.0.87491170958.issue13882@psf.upfronthosting.co.za>
内容
On Fri, Jan 27, 2012 at 5:17 PM, Antoine Pitrou <report@bugs.python.org> wrote:
> Well, creating a separate module is an anti-pattern in itself. calendar vs. time vs. datetime, anyone?

Are you serious? Since the invention of structural programming,
creating a separate module for distinct functionality has been one of
the most powerful design techniques.  If I recall correctly, most of
the original GoF patterns were about separating functionality into a
separate module or a separate class.  The calendar module is indeed a
historical odd-ball, but what is wrong with time and datetime?
历史
日期 用户 动作 参数
2012-01-27 22:25:23Alexander.Belopolsky修改recipients: + Alexander.Belopolsky, loewis, belopolsky, pitrou, vstinner, Arfrever
2012-01-27 22:25:22Alexander.Belopolsky链接issue13882 messages
2012-01-27 22:25:22Alexander.Belopolsky创建