1. 21 Ara, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Contribution from Gerrit Holl: · 80c33e56
      Guido van Rossum yazdı
      This patch changes the string-based exceptions to class-based
      exceptions, so that you can fetch the unknown option as an
      attribute.  As far as I know, it is backward compatible.
      
      [The new exception class is called GetoptError; the name error is an
      alias for compatibility.]
      80c33e56
  2. 17 Kas, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Accept a non-list sequence for the long options (request by Jack Jansen). · 6d06094c
      Guido van Rossum yazdı
      Because it might be a common mistake to pass a single string, this
      situation is treated separately.
      
      Since we were making a copy of the longopts list anyway, we now use
      the list() function -- this made it necessary to change all uses of
      the local variable (and argument) 'list' to something more meaningful,
      i.e., 'opts'.
      
      Also added docstrings (copied from the library manual) and removed the
      (now redundant) module comments.
      6d06094c
  3. 26 Mar, 1998 1 kayıt (commit)
  4. 11 Eyl, 1996 1 kayıt (commit)
  5. 09 Eyl, 1996 1 kayıt (commit)
  6. 09 Ock, 1992 1 kayıt (commit)
  7. 01 Ock, 1992 1 kayıt (commit)
  8. 13 Eki, 1990 1 kayıt (commit)