mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Reduce warning count from partparse.py.
Removed BaseHTTPServer.py from list of undocumented modules.
This commit is contained in:
parent
3d913ad370
commit
a007c13094
2 changed files with 2 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue