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
1e0f8bfe
Commit
1e0f8bfe
authored
Apr 11, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add imaplib to appropriate lists.
parent
36751b0e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
1 deletion
+9
-1
Doc/Makefile
Doc/Makefile
+1
-1
Doc/lib.tex
Doc/lib.tex
+1
-0
Doc/lib/lib.tex
Doc/lib/lib.tex
+1
-0
Doc/lib/libwww.tex
Doc/lib/libwww.tex
+3
-0
Doc/libwww.tex
Doc/libwww.tex
+3
-0
No files found.
Doc/Makefile
View file @
1e0f8bfe
...
...
@@ -168,7 +168,7 @@ LIBFILES = lib.tex \
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex
\
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex
\
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex
\
libfileinput.tex
libfileinput.tex
libimaplib.tex
# Library document
lib.dvi
:
tools/indfix.py $(LIBFILES)
...
...
Doc/lib.tex
View file @
1e0f8bfe
...
...
@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libhttplib
}
\input
{
libftplib
}
\input
{
libgopherlib
}
\input
{
libimaplib
}
\input
{
libnntplib
}
\input
{
liburlparse
}
\input
{
libsgmllib
}
...
...
Doc/lib/lib.tex
View file @
1e0f8bfe
...
...
@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libhttplib
}
\input
{
libftplib
}
\input
{
libgopherlib
}
\input
{
libimaplib
}
\input
{
libnntplib
}
\input
{
liburlparse
}
\input
{
libsgmllib
}
...
...
Doc/lib/libwww.tex
View file @
1e0f8bfe
...
...
@@ -30,6 +30,9 @@ scripts.
\item
[gopherlib]
--- Gopher protocol client (requires sockets).
\item
[imaplib]
--- IMAP4 protocol client (requires sockets).
\item
[nntplib]
--- NNTP protocol client (requires sockets).
...
...
Doc/libwww.tex
View file @
1e0f8bfe
...
...
@@ -30,6 +30,9 @@ scripts.
\item
[gopherlib]
--- Gopher protocol client (requires sockets).
\item
[imaplib]
--- IMAP4 protocol client (requires sockets).
\item
[nntplib]
--- NNTP protocol client (requires sockets).
...
...
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