- 06 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
This allows stuff like this out of the box: try: ... except socket.error, (code, msg): ...
-
- 16 Eyl, 1997 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
(1) Introduce Exception as the conceptual root class for all exceptions. (2) Do less work in __init__(), and more in __str__ (store args unchanged).
-
- 08 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
errors are handled (these gave ``TypeError: not enough arguments''). Also changed its __str__() to correct a typo (missing self.) and return str(self.msg) to ensure the result is always string. Also changed the default __str__ to simply return str(self.args).
-
- 29 Agu, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
started with the -X option. This file contains the definitions for the built-in exception classes.
-