1. 18 Mar, 2002 1 commit
    • Paul Prescod's avatar
      netrc will now raise a more predictable exception when $HOME is not set · 02f745cb
      Paul Prescod authored
      (as it is often not on Windows). The code was always designed so that it
      would raise an IOError if there was no .netrc. But if there was no $HOME
      it would return a KeyError which would be somewhat unexpected for code
      that didn't know the algorithm it used to find .netrc. The particular
      code that triggered this problem for me was ftpmirror.py which handled
      the IOError gracefully, but not the KeyError.
      02f745cb
  2. 17 Mar, 2002 9 commits
  3. 16 Mar, 2002 5 commits
  4. 15 Mar, 2002 17 commits
  5. 14 Mar, 2002 8 commits