commit | e44e373cbc311e211d379e0633d53af4210d29fa | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jul 14 13:56:50 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jul 14 13:56:50 1994 +0000 |
tree | a7845363be1ed9ce5171f08776f643d4e9779d59 | |
parent | 64ea535b5e208bc8c324249b80d14f470fe3a27a [diff] |
Added some names to Setup.in, and added syslogmodule.c. posixmodule.c: use pclose, not fclose! selectmodule.c: trap negative fileno's, change some error messages. stropmodule.c: change semantics of rindex to match string.py.