1.
Python 2.3 Documentation - mailbox -- Read various mailbox formats
Python 2.3 Documentation - mailbox -- Read various mailbox formats. ... Access to a classic Unix-style mailbox, where all messages are contained in a single ...
2.
Python 2.3 Documentation - Index
Website hosting service by Active-Venture.com ..... 2002-2004 Active-Venture.com Web Hosting Service. Disclaimer: This documentation is provided only for ...
3.
Python 2.3 Documentation - 13.10 xml.sax.handler -- Base classes ...
Handler implementations should inherit from the base classes provided in the module xml.sax, so that all methods get default implementations. ...
4.
Python 2.3 Documentation - fnmatch -- Unix filename pattern matching
The special characters used in shell-style wildcards are: ... Note that the filename separator ( '/' on Unix) is not special to this module. ...
5.
Python 2.3 Documentation - 13.10 xml.sax.handler -- Base classes ...
Python 2.3 Documentation - 13.10 xml.sax.handler -- Base classes for SAX handlers.
6.
Python 2.3 Documentation - 11.5 urllib2 -- extensible library for ...
Python 2.3 Documentation - 11.5 urllib2 -- extensible library for opening URLs. ... The urllib2 module defines functions and classes which help in opening ...
7.
Python 2.3 Documentation - 11.4.2 Examples
import urllib >>> params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0}) >>> f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query? ...
8.
Python 2.3 Documentation - 11.4.1 URLopener Objects
Python 2.3 Documentation - 11.4.1 URLopener Objects. ... 11.4.1 URLopener Objects. URLopener and FancyURLopener objects have the following attributes. ...
9.
Python 2.3 Documentation - 4.1 Naming and binding
If a variable is used in a code block but not defined there, ... The global namespace is searched first. If the name is not found there, ...
10.
Python 2.3 Documentation - Parsing email messages
12.2.2 Parsing email messages. Message object structures can be created in one of two ways: they can be created from whole cloth by instantiating Message ...