New submission from Nikita Sobolev <[email protected]>:
As discussed in https://mail.python.org/archives/list/[email protected]/thread/TW5M6XDN7DO346RXMADKBAAGNSZPC4ZQ/ > we could probably stick a huge notice in the typing.Union docs saying `|` is > preferred for readability in most cases, and not deprecate it for now. I will send a PR to `Union` and `Optional` docs with this note today. ---------- assignee: docs@python components: Documentation messages: 408836 nosy: docs@python, sobolevn priority: normal severity: normal status: open title: Add note to `typing.Union` that it is recommended to use `|` instead type: behavior versions: Python 3.10, Python 3.11 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46120> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
