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 madman bob
Recipients eric.smith, madman bob
Date 2018-10-31.12:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540987216.59.0.788709270274.issue35123@psf.upfronthosting.co.za>
In-reply-to
Content
Just the classic problems caused by inconsistency in code - confusion when reading, and disagreements when writing.

For reading: Where should I look in a file for the sentinels? Is this value a sentinel, or is it some other type of variable?

For writing, there will always be disagreements in PRs, so we should nip it in the bud.

You raise a good point about exposing sentinel values. I was previously on the fence about whether sentinels should (in general) be private, or public.
History
Date User Action Args
2018-10-31 12:00:16madman bobsetrecipients: + madman bob, eric.smith
2018-10-31 12:00:16madman bobsetmessageid: <1540987216.59.0.788709270274.issue35123@psf.upfronthosting.co.za>
2018-10-31 12:00:16madman boblinkissue35123 messages
2018-10-31 12:00:16madman bobcreate