commit | d58d7647f333f149da0263df7529c9130469b68b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Jul 23 16:14:40 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Jul 23 16:14:40 1998 +0000 |
tree | 1bd60dfc5cd0e57adceae4a922452e56a3bf68a0 | |
parent | 52ddc0e7567fb927ca3a5cd1ed4243c3450a552e [diff] |
Several changes to support inclusion of filename in relevent exceptions: posix_error_with_filename(): New function which calls PyErr_SetFromErrnoWithFilename() The following methods have been changed to call posix_error_with_filename(): posix_1str() posix_strint() posix_strintint() posix_do_stat() posix_mkdir() posix_utime() posix_readlink() posix_open() INITFUNC(): os.error (nee PosixError) is PyExc_OSError