kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

Support Python3.9 #26

Open kamahen opened 4 years ago

kamahen commented 4 years ago

The major item seems to be the := operator and associated changes to Grammar.txt. Changes to typeshed by https://github.com/python/typeshed/issues/3319 should be automatic.

kamahen commented 4 years ago

https://bugs.python.org/issue38551

kamahen commented 4 years ago

https://bugs.python.org/issue36541 contains a proposed PR to bring lib2to3 up-to-date.