[New-bugs-announce] [issue7582] [patch] diff.py to use iso timestamp

anatoly techtonik report at bugs.python.org
Sun Dec 27 16:57:58 CET 2009


New submission from anatoly techtonik <techtonik at gmail.com>:

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.

----------
components: Demos and Tools
files: diff.py_iso_timestamps.diff
keywords: patch
messages: 96912
nosy: techtonik
severity: normal
status: open
title: [patch] diff.py to use iso timestamp
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file15678/diff.py_iso_timestamps.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7582>
_______________________________________


More information about the New-bugs-announce mailing list