This is /home/pdm/install/Python-2.1/Doc/lib/python-lib.info, produced
by makeinfo version 4.0 from lib.texi.

   April 15, 2001		2.1


File: python-lib.info,  Node: Reporting Bugs,  Next: Module Index,  Prev: Undocumented Modules,  Up: Top

Reporting Bugs
**************

   Python is a mature programming language which has established a
reputation for stability.  In order to maintain this reputation, the
developers would like to know of any deficiencies you find in Python or
its documentation.

   All bug reports should be submitted via the Python Bug Tracker on
SourceForge (<http://sourceforge.net/bugs/?group_id=5470>).  The bug
tracker offers a Web form which allows pertinent information to be
entered and submitted to the developers.

   Before submitting a report, please log into SourceForge if you are a
member; this will make it possible for the developers to contact you
for additional information if needed.  If you are not a SourceForge
member but would not mind the developers contacting you, you may
include your email address in your bug description.  In this case,
please realize that the information is publically available and cannot
be protected.

   The first step in filing a report is to determine whether the problem
has already been reported.  The advantage in doing so, aside from
saving the developers time, is that you learn what has been done to fix
it; it may be that the problem has already been fixed for the next
release, or additional information is needed (in which case you are
welcome to provide it if you can!).  To do this, search the bug
database using the search box near the bottom of the page.

   If the problem you're reporting is not already in the bug tracker, go
back to the Python Bug Tracker
(<http://sourceforge.net/bugs/?group_id=5470>).  Select the "Submit a
Bug" link at the top of the page to open the bug reporting form.

   The submission form has a number of fields.  The only fields that are
required are the "Summary" and "Details" fields.  For the summary,
enter a _very_ short description of the problem; less than ten words is
good.  In the Details field, describe the problem in detail, including
what you expected to happen and what did happen.  Be sure to include
the version of Python you used, whether any extension modules were
involved, and what hardware and software platform you were using
(including version information as appropriate).

   The only other field that you may want to set is the "Category"
field, which allows you to place the bug report into a broad category
(such as "Documentation" or "Library").

   Each bug report will be assigned to a developer who will determine
what needs to be done to correct the problem.  If you have a
SourceForge account and logged in to report the problem, you will
receive an update each time action is taken on the bug.

   See also:

   `How to Report Bugs Effectively'{Article which goes into some detail
about how to create a useful bug report.  This describes what kind of
information is useful and why it is useful.}

   `Bug Writing Guidelines'{Information about writing a good bug
report.  Some of this is specific to the Mozilla project, but describes
general good practices.}


File: python-lib.info,  Node: Module Index,  Next: Class-Exception-Object Index,  Prev: Reporting Bugs,  Up: Top

Module Index
************

* Menu:

* _locale:                               locale.
* AL:                                    al.
* bdb:                                   Python Debugger.
* binhex:                                binascii.
* bsddb <1>:                             dbhash.
* bsddb:                                 anydbm.
* CGIHTTPServer:                         BaseHTTPServer.
* cmd:                                   Python Debugger.
* copy <1>:                              copy_reg.
* copy:                                  pickle.
* cPickle <1>:                           copy_reg.
* cPickle:                               pickle.
* crypt:                                 pwd.
* dbhash:                                anydbm.
* dbm <1>:                               gdbm.
* dbm <2>:                               anydbm.
* dbm:                                   shelve.
* dumbdbm:                               anydbm.
* errno <1>:                             socket.
* errno:                                 os.
* failIfEqual:                           TestCase Objects.
* failUnless:                            TestCase Objects.
* failUnlessEqual:                       TestCase Objects.
* failUnlessRaises:                      TestCase Objects.
* FCNTL:                                 fcntl.
* fcntl:                                 File Objectsfile.
* formatter:                             htmllib.
* gdbm <1>:                              anydbm.
* gdbm:                                  shelve.
* glob:                                  fnmatch.
* htmllib <1>:                           sgmllib.
* htmllib:                               urllib.
* ihooks:                                Built-in Functions.
* imp:                                   Built-in Functions.
* IOCTL:                                 fcntl.
* knee:                                  Examples.
* mailbox:                               rfc822.
* marshal:                               pickle.
* math <1>:                              cmath.
* math:                                  Numeric Types.
* mimetools <1>:                         HTTP Objects.
* mimetools:                             urllib.
* os <1>:                                posix.
* os <2>:                                sys.
* os:                                    File Objectsfile.
* pdb:                                   sys.
* pickle <1>:                            marshal.
* pickle <2>:                            copy.
* pickle <3>:                            shelve.
* pickle <4>:                            copy_reg.
* pickle:                                cPickle.
* pre:                                   re.
* pstats:                                Reference Manual.
* pty:                                   File Descriptor Operations.
* pwd:                                   os.path.
* pyexpat:                               xml.parsers.expat.
* re <1>:                                fnmatch.
* re <2>:                                string.
* re:                                    String Formatting Operations.
* rexec:                                 Built-in Functions.
* rfc822:                                mimetools.
* sgmllib:                               htmllib.
* shelve <1>:                            marshal.
* shelve:                                pickle.
* signal:                                thread.
* SimpleHTTPServer:                      BaseHTTPServer.
* sitecustomize:                         site.
* socket <1>:                            Internet Protocols and Support.
* socket:                                File Objectsfile.
* stat:                                  Files and Directories.
* statvfs:                               Files and Directories.
* string <1>:                            Background.
* string <2>:                            locale.
* string:                                String Formatting Operations.
* strop <1>:                             Background.
* strop:                                 string.
* struct:                                Socket Objects.
* sunaudiodev:                           SUNAUDIODEV.
* SUNAUDIODEV:                           sunaudiodev.
* termios:                               TERMIOS.
* types <1>:                             Built-in Functions.
* types:                                 Type Objects.
* urllib:                                httplib.
* urlparse:                              urllib.
* uu:                                    binascii.
* xreadlines:                            File Objectsfile.


File: python-lib.info,  Node: Class-Exception-Object Index,  Next: Function-Method-Variable Index,  Prev: Module Index,  Up: Top

Class, Exception, and Object Index
**********************************

* Menu:

* AbstractBasicAuthHandler:              urllib2.
* AbstractDigestAuthHandler:             urllib2.
* AbstractFormatter:                     Formatter Implementations.
* AbstractWriter:                        Writer Implementations.
* AddressList:                           rfc822.
* ArithmeticError:                       Built-in Exceptions.
* AssertionError:                        Built-in Exceptions.
* AttributeError:                        Built-in Exceptions.
* AttributesImpl:                        xml.sax.xmlreader.
* AttributesNSImpl:                      xml.sax.xmlreader.
* BabylMailbox:                          mailbox.
* BaseCookie:                            Cookie.
* BaseHandler:                           urllib2.
* BaseHTTPRequestHandler:                BaseHTTPServer.
* BastionClass:                          Bastion.
* buffer:                                Sequence Types.
* CacheFTPHandler:                       urllib2.
* CGIHTTPRequestHandler:                 CGIHTTPServer.
* Chunk:                                 chunk.
* Cmd:                                   cmd.
* code <1>:                              marshal.
* code <2>:                              Code Objects.
* code:                                  Functions.
* complex number:                        Numeric Types.
* Condition:                             Condition Objects.
* ConfigParser:                          ConfigParser.
* ContentHandler:                        xml.sax.handler.
* ConversionError:                       Exceptions.
* CookieError:                           Cookie.
* DeprecationWarning:                    Built-in Exceptions.
* dictionary:                            Mapping Types.
* dircmp:                                dircmp class.
* dispatcher:                            asyncore.
* DOMEventStream:                        xml.dom.pulldom.
* DOMException:                          Exceptions 2.
* DomstringSizeErr:                      Exceptions 2.
* DTDHandler:                            xml.sax.handler.
* DumbWriter:                            Writer Implementations.
* DuplicateSectionError:                 ConfigParser.
* Empty:                                 Queue.
* EntityResolver:                        xml.sax.handler.
* EnvironmentError:                      Built-in Exceptions.
* EOFError:                              Built-in Exceptions.
* error <1>:                             sunaudiodev.
* error <2>:                             jpeg.
* error <3>:                             imgfile.
* error <4>:                             cd.
* error:                                 rgbimg.
* Error <1>:                             wave.
* Error:                                 sunau.
* error <1>:                             imageop.
* error <2>:                             audioop.
* error:                                 xml.parsers.expat.
* Error <1>:                             Exceptions.
* Error <2>:                             binascii.
* Error:                                 webbrowser.
* error <1>:                             nis.
* error <2>:                             resource.
* error <3>:                             gdbm.
* error <4>:                             dbm.
* error <5>:                             dl.
* error <6>:                             zipfile.
* error <7>:                             zlib.
* error <8>:                             dbhash.
* error <9>:                             dumbdbm.
* error <10>:                            anydbm.
* error <11>:                            thread.
* error <12>:                            select.
* error:                                 socket.
* Error:                                 locale.
* error <1>:                             getopt.
* error <2>:                             Functions 2.
* error <3>:                             os.
* error <4>:                             struct.
* error:                                 Contents of Module re.
* error_perm:                            ftplib.
* error_proto <1>:                       poplib.
* error_proto:                           ftplib.
* error_reply:                           ftplib.
* error_temp:                            ftplib.
* ErrorHandler:                          xml.sax.handler.
* Event:                                 Event Objects.
* Exception:                             Built-in Exceptions.
* ExpatError:                            xml.parsers.expat.
* FancyURLopener:                        urllib.
* file:                                  File Objectsfile.
* FileHandler:                           urllib2.
* FileInput:                             fileinput.
* floating point:                        Numeric Types.
* FloatingPointError <1>:                fpectl.
* FloatingPointError:                    Built-in Exceptions.
* Folder:                                mhlib.
* frame:                                 signal.
* FTP:                                   ftplib.
* FTPHandler:                            urllib2.
* Full:                                  Queue.
* FunctionTestCase:                      Classes and functions 2.
* GetoptError:                           getopt.
* GopherError:                           urllib2.
* GopherHandler:                         urllib2.
* GzipFile:                              gzip.
* HierarchyRequestErr:                   Exceptions 2.
* HTMLParser:                            htmllib.
* HTTP:                                  httplib.
* HTTPBasicAuthHandler:                  urllib2.
* HTTPDefaultErrorHandler:               urllib2.
* HTTPDigestAuthHandler:                 urllib2.
* HTTPError:                             urllib2.
* HTTPHandler:                           urllib2.
* HTTPPasswordMgr:                       urllib2.
* HTTPPasswordMgrWithDefaultRealm:       urllib2.
* HTTPRedirectHandler:                   urllib2.
* HTTPServer:                            BaseHTTPServer.
* HTTPSHandler:                          urllib2.
* IMAP4:                                 imaplib.
* IMAP4.abort:                           imaplib.
* IMAP4.error:                           imaplib.
* IMAP4.readonly:                        imaplib.
* ImportError:                           Built-in Exceptions.
* Incomplete:                            binascii.
* IncrementalParser:                     xml.sax.xmlreader.
* IndexError:                            Built-in Exceptions.
* IndexSizeErr:                          Exceptions 2.
* InputSource:                           xml.sax.xmlreader.
* integer:                               Numeric Types.
* InteractiveConsole:                    code.
* InteractiveInterpreter:                code.
* InterpolationDepthError:               ConfigParser.
* InterpolationError:                    ConfigParser.
* InuseAttributeErr:                     Exceptions 2.
* InvalidAccessErr:                      Exceptions 2.
* InvalidCharacterErr:                   Exceptions 2.
* InvalidModificationErr:                Exceptions 2.
* InvalidStateErr:                       Exceptions 2.
* IOError:                               Built-in Exceptions.
* KeyboardInterrupt:                     Built-in Exceptions.
* KeyError:                              Built-in Exceptions.
* list <1>:                              Mutable Sequence Types.
* list:                                  Sequence Types.
* Locator:                               xml.sax.xmlreader.
* long integer:                          Numeric Types.
* LookupError:                           Built-in Exceptions.
* Maildir:                               mailbox.
* mapping:                               Mapping Types.
* MemoryError:                           Built-in Exceptions.
* Message <1>:                           mhlib.
* Message <2>:                           mimetools.
* Message:                               rfc822.
* method:                                Methods.
* MH:                                    mhlib.
* MHMailbox:                             mailbox.
* MimeWriter:                            MimeWriter.
* MissingSectionHeaderError:             ConfigParser.
* MmdfMailbox:                           mailbox.
* Morsel:                                Morsel Objects.
* MultiFile:                             multifile.
* MutableString:                         UserString.
* mutex:                                 mutex.
* NameError:                             Built-in Exceptions.
* NamespaceErr:                          Exceptions 2.
* NannyNag:                              tabnanny.
* netrc:                                 netrc.
* NetrcParseError:                       netrc.
* NNTP:                                  nntplib.
* NNTPDataError:                         nntplib.
* NNTPError:                             nntplib.
* NNTPPermanentError:                    nntplib.
* NNTPProtocolError:                     nntplib.
* NNTPReplyError:                        nntplib.
* NNTPTemporaryError:                    nntplib.
* NoDataAllowedErr:                      Exceptions 2.
* NoModificationAllowedErr:              Exceptions 2.
* NoOptionError:                         ConfigParser.
* NoSectionError:                        ConfigParser.
* NotANumber:                            fpformat.
* NotFoundErr:                           Exceptions 2.
* NotImplementedError:                   Built-in Exceptions.
* NotSupportedErr:                       Exceptions 2.
* NullFormatter:                         Formatter Implementations.
* NullWriter:                            Writer Implementations.
* numeric:                               Numeric Types.
* OpenerDirector:                        urllib2.
* OSError:                               Built-in Exceptions.
* OverflowError:                         Built-in Exceptions.
* Packer:                                xdrlib.
* ParserError:                           Exceptions and Error Handling.
* ParsingError:                          ConfigParser.
* PicklingError:                         pickle.
* POP3:                                  poplib.
* Popen3:                                popen2.
* Popen4:                                popen2.
* PortableUnixMailbox:                   mailbox.
* PrettyPrinter:                         pprint.
* ProxyBasicAuthHandler:                 urllib2.
* ProxyDigestAuthHandler:                urllib2.
* ProxyHandler:                          urllib2.
* PullDOM:                               xml.dom.pulldom.
* PyZipFile:                             zipfile.
* Queue:                                 Queue.
* ReferenceError:                        weakref.
* Repr:                                  repr.
* Request:                               urllib2.
* RExec:                                 rexec.
* RobotFileParser:                       robotparser.
* RuntimeError:                          Built-in Exceptions.
* RuntimeWarning:                        Built-in Exceptions.
* SAX2DOM:                               xml.dom.pulldom.
* SAXException:                          xml.sax.
* SAXNotRecognizedException:             xml.sax.
* SAXNotSupportedException:              xml.sax.
* SAXParseException:                     xml.sax.
* scheduler:                             sched.
* Semaphore:                             Semaphore Objects.
* sequence:                              Sequence Types.
* SequenceMatcher <1>:                   SequenceMatcher Objects.
* SequenceMatcher:                       difflib.
* SerialCookie:                          Cookie.
* SGMLParser:                            sgmllib.
* shlex:                                 shlex.
* SimpleCookie:                          Cookie.
* SimpleHTTPRequestHandler:              SimpleHTTPServer.
* SmartCookie:                           Cookie.
* SMTP:                                  smtplib.
* SMTPConnectError:                      smtplib.
* SMTPDataError:                         smtplib.
* SMTPException:                         smtplib.
* SMTPHeloError:                         smtplib.
* SMTPRecipientsRefused:                 smtplib.
* SMTPResponseException:                 smtplib.
* SMTPSenderRefused:                     smtplib.
* SMTPServerDisconnected:                smtplib.
* socket:                                socket.
* StandardError:                         Built-in Exceptions.
* Stats:                                 Reference Manual.
* StreamReader:                          StreamReader Objects.
* StreamReaderWriter:                    StreamReaderWriter Objects.
* StreamRecoder:                         StreamRecoder Objects.
* StreamWriter:                          StreamWriter Objects.
* string:                                Sequence Types.
* StringIO:                              StringIO.
* SyntaxErr:                             Exceptions 2.
* SyntaxError:                           Built-in Exceptions.
* SyntaxWarning:                         Built-in Exceptions.
* SystemError:                           Built-in Exceptions.
* SystemExit:                            Built-in Exceptions.
* Telnet:                                telnetlib.
* Template:                              pipes.
* TestCase:                              Classes and functions 2.
* TestLoader:                            Classes and functions 2.
* TestSuite:                             Classes and functions 2.
* Textbox:                               Textbox objects.
* TextTestRunner:                        Classes and functions 2.
* Thread <1>:                            Thread Objects.
* Thread:                                threading.
* traceback <1>:                         traceback.
* traceback:                             sys.
* tuple:                                 Sequence Types.
* type:                                  Built-in Functions.
* TypeError:                             Built-in Exceptions.
* UnboundLocalError:                     Built-in Exceptions.
* Unicode:                               Sequence Types.
* UnicodeError:                          Built-in Exceptions.
* UnixMailbox:                           mailbox.
* UnknownHandler:                        urllib2.
* Unpacker:                              xdrlib.
* URLError:                              urllib2.
* URLopener:                             urllib.
* UserDict:                              UserDict.
* UserList:                              UserList.
* UserString:                            UserString.
* UserWarning:                           Built-in Exceptions.
* ValueError:                            Built-in Exceptions.
* Warning:                               Built-in Exceptions.
* WeakKeyDictionary:                     weakref.
* WeakValueDictionary:                   weakref.
* WindowsError:                          Built-in Exceptions.
* WrongDocumentErr:                      Exceptions 2.
* XMLFilterBase:                         xml.sax.saxutils.
* XMLGenerator:                          xml.sax.saxutils.
* XMLParser:                             xmllib.
* XMLReader:                             xml.sax.xmlreader.
* xrange <1>:                            XRange Type.
* xrange:                                Sequence Types.
* ZeroDivisionError:                     Built-in Exceptions.
* ZipFile <1>:                           ZipFile Objects.
* ZipFile:                               zipfile.
* ZipInfo:                               zipfile.

