)]}'
{
  "commit": "07eff899d8a8ee4c4b1be7cb223fe25687f6216c",
  "tree": "cf07c371ba64ab623a0333d12a4f5539d8e6de4a",
  "parents": [
    "100e316e53abfff45f2a94987ee7a8622fcd3589"
  ],
  "author": {
    "name": "Paresh Joshi",
    "email": "rahulj9223@gmail.com",
    "time": "Sat Dec 06 20:59:35 2025"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Dec 06 20:59:35 2025"
  },
  "message": "gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (#142008)\n\nRDM: This fixes a subtle folding error that showed up when a token exactly filled a line and was followed by whitespace and a token with no folding whitespace that was longer than a line.  In this particular circumstance the whitespace after the first token got pushed on to the next line, and then stolen to go in front of the next unfoldable token...leaving a completely empty line in the line buffer.  That line got turned in to a newline, which is RFC illegal, and the newish security check caught it.  The fix is to just delete that empty line from the buffer.\n\nCo-authored-by: blurb-it[bot] \u003c43283697+blurb-it[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c7f665b3990512a2c78e6381d52aa696e86bdf9e",
      "old_mode": 33188,
      "old_path": "Lib/email/_header_value_parser.py",
      "new_id": "cbff969474249023d7cdf7ec6274506376074392",
      "new_mode": 33188,
      "new_path": "Lib/email/_header_value_parser.py"
    },
    {
      "type": "modify",
      "old_id": "179e236ecdfd7f70b9993c681d6e21914a0dbdcd",
      "old_mode": 33188,
      "old_path": "Lib/test/test_email/test__header_value_parser.py",
      "new_id": "f7f9f9c4e2fbb57acfd4f2813c57c04ef0c64d72",
      "new_mode": 33188,
      "new_path": "Lib/test/test_email/test__header_value_parser.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "49643892ff9ccddb324df7a4e0d335874b710cfe",
      "new_mode": 33188,
      "new_path": "Misc/NEWS.d/next/Library/2025-11-27-10-49-13.gh-issue-142006.nzJDG5.rst"
    }
  ]
}
