@@ -98,7 +98,6 @@ A (modified style) Copy of all Abstract Grammar Definitions for the Python versi
9898.. toctree ::
9999 :maxdepth: 2
100100
101- changes_from37to38
102101 changes_from38to39
103102 changes_from39to310
104103 changes_from310to311
@@ -236,12 +235,11 @@ Technical Backgrounds - Links to External Documentation
236235
237236 * AST Grammar of Python (`Status of Python Versions `_)
238237
238+ * `Python 3.13 AST `_ (EOL 2029-10)
239239 * `Python 3.12 AST `_ (EOL 2028-10)
240240 * `Python 3.11 AST `_ (EOL 2027-10)
241241 * `Python 3.10 AST `_ (EOL 2026-10)
242242 * `Python 3.9 AST `_ (EOL 2025-10)
243- * `Python 3.8 AST `_ (EOL 2024-10)
244- * `Python 3.7 AST `_ (EOL 2023-06-27)
245243
246244 * `AST NodeVistiors Class `_
247245 * `AST NodeTransformer Class `_
@@ -259,6 +257,8 @@ Todos
259257
260258 .. _`What's new in Python` : https://docs.python.org/3/whatsnew/
261259
260+ .. _`What's new in Python 3.13` : https://docs.python.org/3.13/whatsnew/3.13.html
261+
262262.. _`What's new in Python 3.12` : https://docs.python.org/3.12/whatsnew/3.12.html
263263
264264.. _`What's new in Python 3.11` : https://docs.python.org/3.11/whatsnew/3.11.html
@@ -267,10 +267,6 @@ Todos
267267
268268.. _`What's new in Python 3.9` : https://docs.python.org/3.9/whatsnew/3.9.html
269269
270- .. _`What's new in Python 3.8` : https://docs.python.org/3.8/whatsnew/3.8.html
271-
272- .. _`What's new in Python 3.7` : https://docs.python.org/3.7/whatsnew/3.7.html
273-
274270.. _`Status of Python Versions` : https://devguide.python.org/versions/
275271
276272.. _`Concept of Immutable Types and Python Example` : https://en.wikipedia.org/wiki/Immutable_object#Python
@@ -285,6 +281,8 @@ Todos
285281
286282.. _`Python 3 AST` : https://docs.python.org/3/library/ast.html#abstract-grammar
287283
284+ .. _`Python 3.13 AST` : https://docs.python.org/3.13/library/ast.html#abstract-grammar
285+
288286.. _`Python 3.12 AST` : https://docs.python.org/3.12/library/ast.html#abstract-grammar
289287
290288.. _`Python 3.11 AST` : https://docs.python.org/3.11/library/ast.html#abstract-grammar
@@ -293,10 +291,6 @@ Todos
293291
294292.. _`Python 3.9 AST` : https://docs.python.org/3.9/library/ast.html#abstract-grammar
295293
296- .. _`Python 3.8 AST` : https://docs.python.org/3.8/library/ast.html#abstract-grammar
297-
298- .. _`Python 3.7 AST` : https://docs.python.org/3.7/library/ast.html#abstract-grammar
299-
300294.. _`AST NodeVistiors Class` : https://docs.python.org/3/library/ast.html#ast.NodeVisitor
301295
302296.. _`AST NodeTransformer Class` : https://docs.python.org/3/library/ast.html#ast.NodeTransformer
0 commit comments