mirror of https://github.com/python/cpython
Reduce warning count from partparse.py.
Removed BaseHTTPServer.py from list of undocumented modules.
This commit is contained in:
parent
3d913ad370
commit
a007c13094
|
@ -13,14 +13,11 @@ cPickle.c -- mostly the same as pickle but no subclassing
|
|||
cStringIO.c -- mostly the same as StringIO but no subclassing
|
||||
|
||||
|
||||
\section{Frameworks; somewhat harder to document, but
|
||||
well worth the effort}
|
||||
\section{Frameworks; somewhat harder to document, but well worth the effort}
|
||||
|
||||
Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces;
|
||||
Fredrik Lundh is working on this one!
|
||||
|
||||
BaseHTTPServer.py -- HTTP server base class
|
||||
|
||||
CGIHTTPServer.py -- CGI-savvy HTTP Server
|
||||
|
||||
SimpleHTTPServer.py -- Simple HTTP Server
|
||||
|
|
|
@ -13,14 +13,11 @@ cPickle.c -- mostly the same as pickle but no subclassing
|
|||
cStringIO.c -- mostly the same as StringIO but no subclassing
|
||||
|
||||
|
||||
\section{Frameworks; somewhat harder to document, but
|
||||
well worth the effort}
|
||||
\section{Frameworks; somewhat harder to document, but well worth the effort}
|
||||
|
||||
Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces;
|
||||
Fredrik Lundh is working on this one!
|
||||
|
||||
BaseHTTPServer.py -- HTTP server base class
|
||||
|
||||
CGIHTTPServer.py -- CGI-savvy HTTP Server
|
||||
|
||||
SimpleHTTPServer.py -- Simple HTTP Server
|
||||
|
|
Loading…
Reference in New Issue