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.

作者 pitrou
收信人 Alexander.Belopolsky, Arfrever, belopolsky, loewis, pitrou, vstinner
日期 2012-01-27.22:31:57
SpamBayes Score 2.074039e-05
Marked as misclassified
Message-id <1327703384.3358.7.camel@localhost.localdomain>
In-reply-to <CAP7h-xb-CTui-cWVj=BUdugeBZpj97L1DcdkRsyPEduE2qnR9g@mail.gmail.com>
内容
> 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.

Yes, I'm serious, and I don't see what structural programming or design
patterns have to do with it.

And we're not even talking about "distinct functionality", we're talking
about the exact same functionality, except that the return type has
slightly different implementation characteristics. Doing a module split
is foolish.
历史
日期 用户 动作 参数
2012-01-27 22:31:58pitrou修改recipients: + pitrou, loewis, belopolsky, vstinner, Arfrever, Alexander.Belopolsky
2012-01-27 22:31:57pitrou链接issue13882 messages
2012-01-27 22:31:57pitrou创建