New submission from Dima Tisnek <[email protected]>:
Currently to annotate a generator, something like `Generator[str, None, None]` is required. Which is a bit confusing and verbose. Can we allow shorthand, like `Generator[str]` for simple cases? I'm not entirely certain what the semantics ought to be... Maybe Generator[t1, t2=Any, t3=None] ? ---------- components: Library (Lib) messages: 354307 nosy: Dima.Tisnek priority: normal severity: normal status: open title: typing.Generator shorthand type: enhancement _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38424> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
