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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, purpleidea
Date 2009-06-12.12:01:51
SpamBayes Score 1.2220843e-07
Marked as misclassified No
Message-id <1244808113.88.0.2399425677.issue6260@psf.upfronthosting.co.za>
In-reply-to
Content
Functions of the os module that expose POSIX functions should have the
same interface as the system function; and they should not call other
system function.
Here, 'None' is accepted for the second argument only because the POSIX
utime() function accepts a NULL pointer.

Your need is certainly valid; but such a behavior does not belong to the
os module, which has to remain low-level.
History
Date User Action Args
2009-06-12 12:01:54amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, purpleidea
2009-06-12 12:01:53amaury.forgeotdarcsetmessageid: <1244808113.88.0.2399425677.issue6260@psf.upfronthosting.co.za>
2009-06-12 12:01:52amaury.forgeotdarclinkissue6260 messages
2009-06-12 12:01:51amaury.forgeotdarccreate