X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7e1c5b2ba6355f1a6916cf5545dc577cf2e6c727..8c565d86843649dc1467b5909b446021e4417bba:/blib2to3/README?ds=sidebyside diff --git a/blib2to3/README b/blib2to3/README index 773aaf6..6f9da92 100644 --- a/blib2to3/README +++ b/blib2to3/README @@ -7,5 +7,6 @@ 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) +- better ability to debug (better reprs) +- INDENT and DEDENT don't hold whitespace and comment prefixes - ability to Cythonize