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 larry
Recipients Yury.Selivanov, brett.cannon, georg.brandl, jkloth, larry, pitrou, serhiy.storchaka, taleinat, vajrasky, zach.ware
Date 2014-01-23.21:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390512538.36.0.583005066241.issue20341@psf.upfronthosting.co.za>
In-reply-to
Content
How many existing occurrences of "or_none" did you find in the CPython tree?  Perhaps we can turn our attention to other languages like SQL and C# and borrow their term for "value that is allowed to be of a specific type (or types) as well as the null value".
History
Date User Action Args
2014-01-23 21:28:58larrysetrecipients: + larry, brett.cannon, georg.brandl, pitrou, taleinat, jkloth, Yury.Selivanov, zach.ware, serhiy.storchaka, vajrasky
2014-01-23 21:28:58larrysetmessageid: <1390512538.36.0.583005066241.issue20341@psf.upfronthosting.co.za>
2014-01-23 21:28:58larrylinkissue20341 messages
2014-01-23 21:28:57larrycreate