diff options
author | Guido van Rossum <guido@python.org> | 1993-01-22 15:48:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-01-22 15:48:14 (GMT) |
commit | 3ad7fc70cc17465b5e7556bdfd83882da0da2c23 (patch) | |
tree | 877a221452ce83b8f9eed23c95b66e139ea93c1b /Doc/Makefile | |
parent | d26b458325241b5b31afa33e0f39f4a50344646a (diff) | |
download | cpython-3ad7fc70cc17465b5e7556bdfd83882da0da2c23.zip cpython-3ad7fc70cc17465b5e7556bdfd83882da0da2c23.tar.gz cpython-3ad7fc70cc17465b5e7556bdfd83882da0da2c23.tar.bz2 |
Documented marshal.{dumps,loads} and sys.builtin_module_names.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8559f6f..1476da7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -31,7 +31,7 @@ qua: bibtex qua latex qua latex qua - dvips lib >lib.ps + dvips lib >qua.ps libinfo: @echo This may take a while... |