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.

classification
Title: Language aware diff headers
Type: Stage: resolved
Components: Build Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger
Priority: normal Keywords: patch

Created on 2020-10-19 18:28 by rhettinger, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 22776 merged rhettinger, 2020-10-19 18:30
Messages (2)
msg378980 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-10-19 18:28
Improve our development environment by making the diff headers language aware.

See:  https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more
msg378989 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-10-19 19:13
New changeset 95ad890a7b0341d8d2fde13f824bc24c65a8ece0 by Raymond Hettinger in branch 'master':
bpo-42084: Language aware diff headers (GH-22776)
https://github.com/python/cpython/commit/95ad890a7b0341d8d2fde13f824bc24c65a8ece0
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86250
2020-10-19 19:13:33rhettingersetmessages: + msg378989
2020-10-19 19:13:16rhettingersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-10-19 18:30:54rhettingersetkeywords: + patch
stage: patch review
pull_requests: + pull_request21737
2020-10-19 18:28:46rhettingercreate