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 loewis
Recipients
Date 2005-01-29.14:35:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The patch is incomplete - it does not update the docstring.

For symmetry with newer_group, it might be reasonable to
support the same three arguments.

Looking at the code, I find it unfortunate that it uses
os.path.exists, causing a stat call, and then does another
stat call to find the time stamp.

Perhaps it would be possible to implement newer in terms of
newer_group?

newer_pairwise should then probably also allow propagation
of the newer argument.
History
Date User Action Args
2007-08-23 15:41:30adminlinkissue1109658 messages
2007-08-23 15:41:30admincreate