)]}'
{
  "commit": "c83013c92dfdc77b87a523b736b76d5abb8ede2a",
  "tree": "f8408a9b44fbbe1e7bdbf225cafcd470116b8644",
  "parents": [
    "486b000c6c19c555f03b481f735f4dec498f0f67"
  ],
  "author": {
    "name": "Serhiy Storchaka",
    "email": "storchaka@gmail.com",
    "time": "Mon Aug 31 21:27:24 2026"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Aug 31 21:27:24 2026"
  },
  "message": "gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734)\n\nElementTree.parse() with a text file mis-decoded the text in the C\nimplementation: _parse_whole() encoded it as UTF-8, but left expat to honor\nthe encoding declared in the document.  It now overrides the encoding, as\nXMLParser.feed() already does for str data.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2af2d1fd64520b15452c4409d43a2c272ec20c77",
      "old_mode": 33188,
      "old_path": "Lib/test/test_xml_etree.py",
      "new_id": "fb35bb6a5f442faef5326180fb0096dfecb4efa5",
      "new_mode": 33188,
      "new_path": "Lib/test/test_xml_etree.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "37a8c0b620310a350ec91356f8a951ed1e391839",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/Library/2026-08-31-20-30-00.gh-issue-99064.Rt4mZ9.rst"
    },
    {
      "type": "modify",
      "old_id": "f827274eeffba831768a0014305fed504b1476cf",
      "old_mode": 33188,
      "old_path": "Modules/_elementtree.c",
      "new_id": "a49811a338e6259b0dd2f35a43514a7d5d12ecff",
      "new_mode": 33188,
      "new_path": "Modules/_elementtree.c"
    }
  ]
}
