Guido van Rossum added the comment:

I think the proposed change is not worth it. Developments in type checking (in 
particular overloading) make it unambiguous what the return type will be from 
just a static inspection of the call site. (Given that the _UNSET value is 
intended to be private.) See also 
https://github.com/python/mypy/issues/3805#issuecomment-320561797

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31129>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to