mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Use more current approach to recording authors.
This commit is contained in:
parent
c60047575d
commit
9f03380d1c
1 changed files with 3 additions and 6 deletions
|
|
@ -10,12 +10,13 @@
|
||||||
%
|
%
|
||||||
|
|
||||||
\section{\module{parser} ---
|
\section{\module{parser} ---
|
||||||
Access parse trees of Python code.}
|
Access parse trees for Python code}
|
||||||
|
|
||||||
\declaremodule{builtin}{parser}
|
\declaremodule{builtin}{parser}
|
||||||
|
\modulesynopsis{Access parse trees for Python source code.}
|
||||||
\moduleauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
\moduleauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
||||||
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
|
||||||
|
|
||||||
\modulesynopsis{Access parse trees of Python source code.}
|
|
||||||
|
|
||||||
\index{parsing!Python source code}
|
\index{parsing!Python source code}
|
||||||
|
|
||||||
|
|
@ -27,10 +28,6 @@ to parse and modify an arbitrary Python code fragment as a string
|
||||||
because parsing is performed in a manner identical to the code
|
because parsing is performed in a manner identical to the code
|
||||||
forming the application. It is also faster.
|
forming the application. It is also faster.
|
||||||
|
|
||||||
The \module{parser} module was written and documented by Fred
|
|
||||||
L. Drake, Jr. (\email{fdrake@acm.org}).%
|
|
||||||
\index{Drake, Fred L., Jr.}
|
|
||||||
|
|
||||||
There are a few things to note about this module which are important
|
There are a few things to note about this module which are important
|
||||||
to making use of the data structures created. This is not a tutorial
|
to making use of the data structures created. This is not a tutorial
|
||||||
on editing the parse trees for Python code, but some examples of using
|
on editing the parse trees for Python code, but some examples of using
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue