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 pitrou
Recipients Alexander.Belopolsky, Arfrever, belopolsky, loewis, pitrou, vstinner
Date 2012-01-27.22:31:57
SpamBayes Score 2.074039e-05
Marked as misclassified No
Message-id <1327703384.3358.7.camel@localhost.localdomain>
In-reply-to <CAP7h-xb-CTui-cWVj=BUdugeBZpj97L1DcdkRsyPEduE2qnR9g@mail.gmail.com>
Content
> 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.
History
Date User Action Args
2012-01-27 22:31:58pitrousetrecipients: + pitrou, loewis, belopolsky, vstinner, Arfrever, Alexander.Belopolsky
2012-01-27 22:31:57pitroulinkissue13882 messages
2012-01-27 22:31:57pitroucreate