]> granicus.if.org Git - python/commit
posixmodule.c: fix function name in argument parsing
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 13:15:38 +0000 (15:15 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 13:15:38 +0000 (15:15 +0200)
commit26de69dff824a9474ea0044afcbff2d30f109e1e
tree81fd0c8dc58c67fd1ad4bc4495fe180900838c0f
parenteaca5c8b9516b5bf2342c54502b7fc00f42342a9
posixmodule.c: fix function name in argument parsing

Fix os.fchown() and os.open()

Remove also trailing spaces and replace tabs by spaces.
Modules/posixmodule.c