X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..00cadd43eeeaa24d7f01badacacd5dd5f8c21d5f:/blib2to3/README?ds=sidebyside

diff --git a/blib2to3/README b/blib2to3/README
index 2c12c62..6f9da92 100644
--- a/blib2to3/README
+++ b/blib2to3/README
@@ -3,5 +3,10 @@ Commit hash: 9c17e3a1987004b8bcfbe423953aad84493a7984
 
 Reasons for forking:
 - consistent handling of f-strings for users of Python < 3.6.2
-- better ability to debug
+- backport of BPO-33064 that fixes parsing files with trailing commas after
+  *args and **kwargs
+- backport of GH-6143 that restores the ability to reformat legacy usage of
+  `async`
+- better ability to debug (better reprs)
+- INDENT and DEDENT don't hold whitespace and comment prefixes
 - ability to Cythonize