X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ed48bd378d4046ab2abf0802ef206de3d4659f6e..8c3c190f9978d08b8b6e505112a019a20cc9e6fc:/blib2to3/README?ds=sidebyside

diff --git a/blib2to3/README b/blib2to3/README
index 9a9cf61..a43f15c 100644
--- a/blib2to3/README
+++ b/blib2to3/README
@@ -5,5 +5,12 @@ Reasons for forking:
 - consistent handling of f-strings for users of Python < 3.6.2
 - backport of BPO-33064 that fixes parsing files with trailing commas after
   *args and **kwargs
-- better ability to debug (better reprs for starters)
+- 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
+
+Change Log:
+- Changes default logger used by Driver
\ No newline at end of file