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 terry.reedy
Recipients lukasz.langa, miloskomarcevic, r.david.murray, spaceone, terry.reedy, xflr6
Date 2015-11-24.16:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448381809.43.0.9628558025.issue20923@psf.upfronthosting.co.za>
In-reply-to
Content
Sebastian: you have it backwards.  A paraphrase of Postel's recommendation (calling it a Law is wrong) is 'accept dirty data, emit clean data'.  This is the current behavior.  See https://en.wikipedia.org/wiki/Robustness_principle.  This article also explains the opposite viewpoint, that dirty data should be rejected, as SpaceOne is suggesting.

SpaceOne: unless it is your intention to discourage people from volunteering their time to respond to issues raised on the tracker, you should read what they write more carefully and think more carefully about how you express your opinions.  If you really want a ValueError here, open an new enhancement issue for 3.6.
History
Date User Action Args
2015-11-24 16:16:49terry.reedysetrecipients: + terry.reedy, r.david.murray, lukasz.langa, miloskomarcevic, xflr6, spaceone
2015-11-24 16:16:49terry.reedysetmessageid: <1448381809.43.0.9628558025.issue20923@psf.upfronthosting.co.za>
2015-11-24 16:16:49terry.reedylinkissue20923 messages
2015-11-24 16:16:48terry.reedycreate