mirror of https://github.com/python/cpython
Add entry for Cookie module.
This commit is contained in:
parent
e5c7352201
commit
15446d344d
|
@ -171,6 +171,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
|
|||
../lib/libqueue.tex \
|
||||
../lib/liblocale.tex \
|
||||
../lib/libbasehttp.tex \
|
||||
../lib/libcookie.tex \
|
||||
../lib/libcopyreg.tex \
|
||||
../lib/libsymbol.tex \
|
||||
../lib/libbinhex.tex \
|
||||
|
|
|
@ -205,6 +205,7 @@ and how to embed it in other applications.
|
|||
\input{libbasehttp}
|
||||
\input{libsimplehttp}
|
||||
\input{libcgihttp}
|
||||
\input{libcookie}
|
||||
\input{libasyncore}
|
||||
|
||||
\input{netdata} % Internet Data Handling
|
||||
|
|
Loading…
Reference in New Issue