Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9085822

Browse files
committed
the usual
1 parent 1574d78 commit 9085822

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
2828

2929
MimeWriter.py -- Generic MIME writer
3030

31-
mimify.py -- Mimification and unmimification of mail messages
32-
3331
multifile.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

7470
ihooks.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

8683
keyword.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

9088
pyclbr.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

Doc/libundoc.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
2828

2929
MimeWriter.py -- Generic MIME writer
3030

31-
mimify.py -- Mimification and unmimification of mail messages
32-
3331
multifile.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

7470
ihooks.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

8683
keyword.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

9088
pyclbr.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

0 commit comments

Comments
 (0)