File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,8 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
2828
2929MimeWriter.py -- Generic MIME writer
3030
31- mimify.py -- Mimification and unmimification of mail messages
32-
3331multifile.py -- make each part of a multipart message `` feel'' like
3432
35- gzip.py -- compression using zlib (compatible with gzip)
36-
3733
3834\section {Miscellaneous useful utilities }
3935
@@ -73,6 +69,7 @@ \section{Miscellaneous useful utilities}
7369
7470ihooks.py -- Import hook support (for ni and rexec)
7571
72+
7673\section {Parsing Python }
7774
7875(One could argue that these should all be documented together with the
@@ -85,10 +82,15 @@ \section{Parsing Python}
8582
8683keyword.py -- Keywords (from `` graminit.c'' )
8784
88- tokenize.py -- regular expression that recognizes Python tokens
85+ tokenize.py -- regular expression that recognizes Python tokens; also
86+ contains helper code for colorizing Python source code.
8987
9088pyclbr.py -- Parse a Python file and retrieve classes and methods
9189
90+ code.py -- Deal with Python code objects: code.compile_command() can
91+ determine whether an interactively entered command is complete or not,
92+ distinguishing incomplete from invalid input.
93+
9294
9395\section {Platform specific modules }
9496
Original file line number Diff line number Diff line change @@ -28,12 +28,8 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
2828
2929MimeWriter.py -- Generic MIME writer
3030
31- mimify.py -- Mimification and unmimification of mail messages
32-
3331multifile.py -- make each part of a multipart message `` feel'' like
3432
35- gzip.py -- compression using zlib (compatible with gzip)
36-
3733
3834\section {Miscellaneous useful utilities }
3935
@@ -73,6 +69,7 @@ \section{Miscellaneous useful utilities}
7369
7470ihooks.py -- Import hook support (for ni and rexec)
7571
72+
7673\section {Parsing Python }
7774
7875(One could argue that these should all be documented together with the
@@ -85,10 +82,15 @@ \section{Parsing Python}
8582
8683keyword.py -- Keywords (from `` graminit.c'' )
8784
88- tokenize.py -- regular expression that recognizes Python tokens
85+ tokenize.py -- regular expression that recognizes Python tokens; also
86+ contains helper code for colorizing Python source code.
8987
9088pyclbr.py -- Parse a Python file and retrieve classes and methods
9189
90+ code.py -- Deal with Python code objects: code.compile_command() can
91+ determine whether an interactively entered command is complete or not,
92+ distinguishing incomplete from invalid input.
93+
9294
9395\section {Platform specific modules }
9496
You can’t perform that action at this time.
0 commit comments