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, skrah, trent
Date 2012-08-21.21:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345585925.75.0.314432895672.issue15745@psf.upfronthosting.co.za>
In-reply-to
Content
Can you tell me which code path it took?  Either by walking through the code as it runs, or by telling me about the preprocessor defines used by utime (HAVE_FUTIMES, HAVE_FUTIMENS, HAVE_FUTIMESAT, HAVE_UTIMENSAT, HAVE_UTIMES, HAVE_UTIME_H).  The easy way to do this would be to say

    from posix import _have_functions
    print(_have_functions)

and paste the result in.  Then also tell me if you have a file "utime.h" in either your standard include directory or in the "sys" subdirectory of that directory.
History
Date User Action Args
2012-08-21 21:52:05larrysetrecipients: + larry, trent, skrah
2012-08-21 21:52:05larrysetmessageid: <1345585925.75.0.314432895672.issue15745@psf.upfronthosting.co.za>
2012-08-21 21:52:05larrylinkissue15745 messages
2012-08-21 21:52:04larrycreate