We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acce01 commit d75591fCopy full SHA for d75591f
README.rst
@@ -30,9 +30,9 @@ Basic example::
30
astunparse.dump(ast.parse(inspect.getsource(ast)))
31
32
33
-This library is single-source compatible with Python 2.6 through Python 3.5. It
+This library is single-source compatible with Python 2.6 through Python 3.8. It
34
is authored by the Python core developers; I have simply merged the Python 2.7
35
-and the Python 3.5 source and test suites, and added a wrapper. This factoring
+and the Python 3.8 source and test suites, and added a wrapper. This factoring
36
out is to provide a library implementation that supports both versions.
37
38
Added to this is a pretty-printing ``dump`` utility function.
0 commit comments