- 21 Ara, 1999 1 kayıt (commit)
-
-
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.]
-
- 17 Kas, 1998 1 kayıt (commit)
-
-
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.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-