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 techtonik
Recipients techtonik
Date 2009-12-27.15:57:55
SpamBayes Score 7.4166956e-06
Marked as misclassified No
Message-id <1261929478.18.0.289329990174.issue7582@psf.upfronthosting.co.za>
In-reply-to
Content
make diff.py produce unified diffs with ISO 8601 timestamps

Currently generated timestamps are difficult to separate from filename 
when parsing if you don't know that the diff was generated by diff.by
This patch make diff.py output more standard compliant by including ISO 
8601 timestamps that also conform to RFC 3339 profile for timestamp format 
on the internet.
History
Date User Action Args
2009-12-27 15:57:58techtoniksetrecipients: + techtonik
2009-12-27 15:57:58techtoniksetmessageid: <1261929478.18.0.289329990174.issue7582@psf.upfronthosting.co.za>
2009-12-27 15:57:56techtoniklinkissue7582 messages
2009-12-27 15:57:56techtonikcreate