]> granicus.if.org Git - python/commit
(Finally) converted to new-style args.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 13:07:19 +0000 (13:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 13:07:19 +0000 (13:07 +0000)
commitddafd2b0c745075303f6fa1f7185c69ea7dc0706
tree39fab6b13186f7dde126b91f238fd84c5ac2ede8
parent2d713d10060a09fbd955e9cd22a9eb61f7401b34
(Finally) converted to new-style args.
Added an optional (and ignored) 3d parameter to open() to make the signature compatible with posixmodule.
Added the various O_ constants (by stealing the code from posixmodule).

test_fileinput now passes.
Mac/Modules/macmodule.c