You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/index.rst
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ To enable a certain functionality in RestrictedPython, do the following:
91
91
* icemac
92
92
* loechel
93
93
94
-
Differences between different Python versions
95
-
---------------------------------------------
94
+
Differences between Python versions
95
+
-----------------------------------
96
96
97
97
A (modified style) Copy of all Abstract Grammar Definitions for the Python versions does live in this Documentation (ast Subfolder) to help finding difference quicker by comparing files.
98
98
@@ -152,14 +152,14 @@ The ``ast`` module consists of four areas:
152
152
A ``NodeVisitor`` is a class of a node / AST consumer, it reads the data by stepping through the tree without modifying it.
153
153
In contrast, a ``NodeTransformer`` (which inherits from a ``NodeVisitor``) is allowed to modify the tree and nodes.
154
154
155
-
Technical decissions on how to implement / maintain RestrictedPython (Design, Structure, Tools, ...)
0 commit comments