mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
* Partial lib2to3 stubs * Use typing.Text instead of str * Add a _Path shortcut for managing PathLike * Respond to review, pgen2/driver * Respond to review, pgen2/grammar * Respond to review, pgen2/parse * Respond to review, pgen2/pgen * Respond to review, pgen2/token * Respond to review, pgen2/tokenize * Respond to review, pytree * Move to 2and3 * Make pytype happy * Respond to review nits * Move _RawNode, _Convert to pytree and make the latter return None * Make concrete Symbols subclasses for python and pattern * Add missing Callable import