X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d9c6b9907390ca73130df1d8253481505eb2bce7..450983e33309cdd8b6ad3849ee86e8b5b3903706:/blib2to3/README?ds=sidebyside diff --git a/blib2to3/README b/blib2to3/README index 773aaf6d..ad9f1c23 100644 --- a/blib2to3/README +++ b/blib2to3/README @@ -7,5 +7,7 @@ Reasons for forking: *args and **kwargs - backport of GH-6143 that restores the ability to reformat legacy usage of `async` -- better ability to debug (better reprs for starters) +- 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