Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3ad7fc70
Commit
3ad7fc70
authored
Jan 22, 1993
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documented marshal.{dumps,loads} and sys.builtin_module_names.
parent
d26b4583
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/Makefile
Doc/Makefile
+1
-1
Doc/fix.el
Doc/fix.el
+1
-1
Doc/tools/fix.el
Doc/tools/fix.el
+1
-1
No files found.
Doc/Makefile
View file @
3ad7fc70
...
...
@@ -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
...
...
...
Doc/fix.el
View file @
3ad7fc70
; 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
)
Doc/tools/fix.el
View file @
3ad7fc70
; 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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment