New submission from anatoly techtonik <techto...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7582> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com