1. 06 Jul, 2000 20 commits
  2. 05 Jul, 2000 19 commits
  3. 04 Jul, 2000 1 commit
    • Fred Drake's avatar
      pyexpat.errors is a *strange* module! · aa68f457
      Fred Drake authored
      It gets initialized when pyexpat is imported, and is only accessible as an
      attribute of pyexpat; it cannot be imported itself.  This allows it to at
      least be importable after pyexpat itself has been imported by adding it
      to sys.modules, so it is not quite as strange.
      
      This arrangement needs to be better thought out.
      aa68f457