Files
cpython/Modules
Barry Warsaw d58d7647f3 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
1998-07-23 16:14:40 +00:00
..
1998-04-10 22:27:42 +00:00
1998-07-17 14:30:58 +00:00
1998-04-13 20:28:18 +00:00
1998-05-08 21:52:55 +00:00
1998-06-27 20:38:36 +00:00