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 py.user
Recipients eric.araujo, ezio.melotti, mrabarnett, py.user
Date 2012-03-14.00:56:37
SpamBayes Score 7.9237327e-07
Marked as misclassified No
Message-id <1331686598.15.0.120221551893.issue14260@psf.upfronthosting.co.za>
In-reply-to
Content
I take someone's code
make tests for its behavior
all tests say "the code is working"
I continue to write the code
make tests for its behavior
all tests say "the code is working"
I install it somewhere and it crashes

now it is depending on the cache, when this exception is raised

Éric Araujo wrote:
>and I don‘t think Python promises to not break when people do random editions

when people do something wrong, python should raise an exception
History
Date User Action Args
2012-03-14 00:56:38py.usersetrecipients: + py.user, ezio.melotti, eric.araujo, mrabarnett
2012-03-14 00:56:38py.usersetmessageid: <1331686598.15.0.120221551893.issue14260@psf.upfronthosting.co.za>
2012-03-14 00:56:37py.userlinkissue14260 messages
2012-03-14 00:56:37py.usercreate