Message 320136 - Python tracker

Message320136

Author veky
Recipients Mariatta, ZackerySpytz, docs@python, gvanrossum, mgorny, miss-islington, serhiy.storchaka, veky
Date 2018-06-21.03:33:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529552010.92.0.56676864532.issue32500@psf.upfronthosting.co.za>
In-reply-to
Content
I don't believe this. Are you seriously saying that it is ok to tell the user "object of type 'dict' has no len()" when of course it does? Please change the error message so it does not so blatantly lie. Yes, I understand the underlying issue, but the common user doesn't need to understand it, and they shouldn't be lied to.
History
Date User Action Args
2018-06-21 03:33:31vekysetrecipients: + veky, gvanrossum, docs@python, mgorny, serhiy.storchaka, Mariatta, ZackerySpytz, miss-islington
2018-06-21 03:33:30vekysetmessageid: <1529552010.92.0.56676864532.issue32500@psf.upfronthosting.co.za>
2018-06-21 03:33:30vekylinkissue32500 messages
2018-06-21 03:33:30vekycreate