New submission from Eric V. Smith <e...@trueblade.com>: There are occasions where you want to know the missing value, such as introspection and in cases like: Field(default=a if a is not None else _MISSING).
I'll rename _MISSING to MISSING. ---------- assignee: eric.smith components: Library (Lib) messages: 309063 nosy: eric.smith priority: normal severity: normal status: open title: Rename and expose dataclasses._MISSING versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32427> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com