Message 306018 - Python tracker

Message306018

Author serhiy.storchaka
Recipients ataraxy, rhettinger, serhiy.storchaka
Date 2017-11-10.10:35:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510310135.52.0.213398074469.issue32001@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -1. The beginner can make use lru_cache incorrectly the first time, but nobody will make this mistake twice. It is not worth to complicate the code (by the way, your code contains a bug) for saving from at most one mistake for all life.

"Special cases aren't special enough to break the rules."
History
Date User Action Args
2017-11-10 10:35:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ataraxy
2017-11-10 10:35:35serhiy.storchakasetmessageid: <1510310135.52.0.213398074469.issue32001@psf.upfronthosting.co.za>
2017-11-10 10:35:35serhiy.storchakalinkissue32001 messages
2017-11-10 10:35:35serhiy.storchakacreate