X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..0967dfcbeba8aceaacd468b279cc23089d697878:/blib2to3/README

diff --git a/blib2to3/README b/blib2to3/README
index 2c12c62..ad9f1c2 100644
--- a/blib2to3/README
+++ b/blib2to3/README
@@ -3,5 +3,11 @@ 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`
+- support all types of string literals
+- better ability to debug (better reprs)
+- INDENT and DEDENT don't hold whitespace and comment prefixes
 - ability to Cythonize