X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..b9c06a0d23b7d422d1c8dc1727d6fe15757a4716:/blib2to3/README?ds=sidebyside diff --git a/blib2to3/README b/blib2to3/README index 2c12c62..9a9cf61 100644 --- a/blib2to3/README +++ b/blib2to3/README @@ -3,5 +3,7 @@ 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 +- better ability to debug (better reprs for starters) - ability to Cythonize