Message 258475 - Python tracker
Message258475
| Author | Ben.Darnell |
|---|---|
| Recipients | Ben.Darnell, docs@python |
| Date | 2016-01-17.16:55:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453049740.68.0.762293537242.issue26141@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The typing module docs at https://docs.python.org/3/library/typing.html do not include everything that is documented in the PEP (https://www.python.org/dev/peps/pep-0484/#the-typing-module). Specifically, `AnyStr` is mentioned but not defined, the `@overload` decorator is missing, and so are the new-to-3.5 types Awaitable, AsyncIterable, AsyncIterator. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-17 16:55:40 | Ben.Darnell | set | recipients: + Ben.Darnell, docs@python |
| 2016-01-17 16:55:40 | Ben.Darnell | set | messageid: <1453049740.68.0.762293537242.issue26141@psf.upfronthosting.co.za> |
| 2016-01-17 16:55:40 | Ben.Darnell | link | issue26141 messages |
| 2016-01-17 16:55:40 | Ben.Darnell | create | |