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 tim.peters
Recipients kristjan.jonsson, lisroach, lycantropos, r.david.murray, rhettinger, serhiy.storchaka, tim.peters, xtreak
Date 2018-09-18.05:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537249445.5.0.956365154283.issue34659@psf.upfronthosting.co.za>
In-reply-to
Content
Ya, I care:  `None` was always intended to be an explicit way to say "nothing here", and using unique non-None sentinels instead for that purpose is needlessly convoluted.  `initial=None` is perfect.  But then I'm old & in the way ;-)
History
Date User Action Args
2018-09-18 05:44:05tim.peterssetrecipients: + tim.peters, rhettinger, kristjan.jonsson, r.david.murray, serhiy.storchaka, lisroach, xtreak, lycantropos
2018-09-18 05:44:05tim.peterssetmessageid: <1537249445.5.0.956365154283.issue34659@psf.upfronthosting.co.za>
2018-09-18 05:44:05tim.peterslinkissue34659 messages
2018-09-18 05:44:05tim.peterscreate