This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry
Date 2014-01-29.14:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391006666.18.0.519433626753.issue20170@psf.upfronthosting.co.za>
In-reply-to
Content
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!)
History
Date User Action Args
2014-01-29 14:44:33larrysetrecipients: + larry
2014-01-29 14:44:26larrysetmessageid: <1391006666.18.0.519433626753.issue20170@psf.upfronthosting.co.za>
2014-01-29 14:44:26larrylinkissue20170 messages
2014-01-29 14:44:26larrycreate