X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..8f380911e0cd8057bd9a1f0c418d81195ce858a3:/blib2to3/README diff --git a/blib2to3/README b/blib2to3/README index 2c12c62..a43f15c 100644 --- a/blib2to3/README +++ b/blib2to3/README @@ -3,5 +3,14 @@ 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 + +Change Log: +- Changes default logger used by Driver \ No newline at end of file