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

Skip to content

Commit b9ef4ae

Browse files
committed
SF #651082, tarfile module implementation from Lars Gustäbel
1 parent 6d23b17 commit b9ef4ae

8 files changed

Lines changed: 2637 additions & 0 deletions

File tree

Doc/Makefile.deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
329329
lib/libmmap.tex \
330330
lib/tkinter.tex \
331331
lib/libturtle.tex \
332+
lib/libtarfile.tex \
332333
lib/libcfgparser.tex
333334

334335
# LaTeX source files for Macintosh Library Modules.

Doc/lib/lib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ \chapter*{Front Matter\label{front}}
128128
\input{libcfgparser}
129129
\input{libfileinput}
130130
\input{libxreadlines}
131+
\input{libtarfile}
131132
\input{libcalendar}
132133
\input{libcmd}
133134
\input{libshlex}

0 commit comments

Comments
 (0)