mirror of https://github.com/python/cpython
Add entries for the email and compiler packages.
This commit is contained in:
parent
90e687863b
commit
33f4d6d1db
|
@ -215,6 +215,14 @@ and how to embed it in other applications.
|
|||
|
||||
\input{netdata} % Internet Data Handling
|
||||
\input{libformatter}
|
||||
\input{email}
|
||||
\input{emailencoders}
|
||||
\input{emailexc}
|
||||
\input{emailgenerator}
|
||||
\input{emailiter}
|
||||
\input{emailmessage}
|
||||
\input{emailparser}
|
||||
\input{emailutil}
|
||||
\input{librfc822}
|
||||
\input{libmimetools}
|
||||
\input{libmimewriter}
|
||||
|
@ -284,6 +292,8 @@ and how to embed it in other applications.
|
|||
\input{libdis}
|
||||
\input{distutils}
|
||||
|
||||
\input{compiler} % compiler package
|
||||
|
||||
%\input{libamoeba} % AMOEBA ONLY
|
||||
|
||||
%\input{libstdwin} % STDWIN ONLY
|
||||
|
|
Loading…
Reference in New Issue