[issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c

Larry Hastings report at bugs.python.org
Wed Jan 29 15:44:26 CET 2014


Larry Hastings added the comment:

Sorry for the fresh update, but here's revision 3.  Only changes:

* Gave os.access a -> bool return converter.

* Fixed up a lot of whitespace.  Now, major "things" are separated by
  two empty lines, but removed whitespace between

    #ifdef HAVE_SOMETHING

  and

    /*[clinic input]
    os.something

  (I used to randomly have blank lines there.  No more!)

----------
Added file: http://bugs.python.org/file33798/larry.clinicize.posixmodule.3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20170>
_______________________________________


More information about the Python-bugs-list mailing list