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 jszakmeister
Recipients jszakmeister, oskar86
Date 2009-05-28.10:07:40
SpamBayes Score 6.8209724e-06
Marked as misclassified No
Message-id <1243505263.85.0.639273561225.issue3425@psf.upfronthosting.co.za>
In-reply-to
Content
It seems reasonable to prefer utimes() over utime() in all cases, when 
utimes() is available, since utime() is considered obsolete.  I've 
attached a patch with the required change and ran all the tests.  There 
are some tests failing on trunk with my system.  However this patch 
introduced no additional failures (test_posix passes).  BTW, the patch is 
against trunk.
History
Date User Action Args
2009-05-28 10:07:44jszakmeistersetrecipients: + jszakmeister, oskar86
2009-05-28 10:07:43jszakmeistersetmessageid: <1243505263.85.0.639273561225.issue3425@psf.upfronthosting.co.za>
2009-05-28 10:07:42jszakmeisterlinkissue3425 messages
2009-05-28 10:07:41jszakmeistercreate