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 random832
Recipients SilentGhost, anshul6, eryksun, paul.moore, r.david.murray, random832, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-03.17:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449164515.07.0.337341223105.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
Your "backward compatibility" argument makes me think of https://xkcd.com/1172/

99% of programs written in C or other languages will cut the value off at the first null. One consequence of which is that no-one (except an unfortunate Python program) will _notice_ that one "was added improperly", which makes Python the squeaky wheel for breaking when encountering a value nothing else had any problem with.

This behavior is "out-there" enough that I think the claim that someone is relying on it should be justified with a concrete example.
History
Date User Action Args
2015-12-03 17:41:55random832setrecipients: + random832, paul.moore, tim.golden, stutzbach, r.david.murray, SilentGhost, zach.ware, eryksun, steve.dower, anshul6
2015-12-03 17:41:55random832setmessageid: <1449164515.07.0.337341223105.issue25778@psf.upfronthosting.co.za>
2015-12-03 17:41:55random832linkissue25778 messages
2015-12-03 17:41:54random832create