mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Documented marshal.{dumps,loads} and sys.builtin_module_names.
This commit is contained in:
parent
d26b458325
commit
3ad7fc70cc
3 changed files with 3 additions and 3 deletions
|
@ -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...
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
; load the new texinfo package (2.xx) if not installed by default
|
||||
(setq load-path
|
||||
(cons "/ufs/jh/lib/emacs/texinfo" load-path))
|
||||
(cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path))
|
||||
(find-file "@out.texi")
|
||||
(texinfo-all-menus-update t)
|
||||
(texinfo-all-menus-update t)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
; load the new texinfo package (2.xx) if not installed by default
|
||||
(setq load-path
|
||||
(cons "/ufs/jh/lib/emacs/texinfo" load-path))
|
||||
(cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path))
|
||||
(find-file "@out.texi")
|
||||
(texinfo-all-menus-update t)
|
||||
(texinfo-all-menus-update t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue