Undefined didn't make it into the standard.

This commit is contained in:
Guido van Rossum 2016-03-16 16:22:19 -07:00
parent 052035eaa8
commit cbf79d2711
1 changed files with 0 additions and 4 deletions

View File

@ -224,10 +224,6 @@ are still controversial or not fully specified.)
* x = [] # type: Sequence[int] * x = [] # type: Sequence[int]
- Type declarations using Undefined, e.g.
* x = Undefined(str)
- Casts using cast(T, x), e.g. - Casts using cast(T, x), e.g.
* x = cast(Any, frobozz()) * x = cast(Any, frobozz())