(original) (raw)

E.g.:


import typing
print(typing.Pattern, typing.Match) # Works.
from typing import \*
print(Pattern, Match) # NameError: name 'Pattern' is not defined


A quick look shows that typing.py doesn't have Pattern and Match in \_\_all\_\_. Was this intentional, or just an oversight?


--
Ryan
\[ERROR\]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong.