From: Ɓukasz Langa Date: Thu, 15 Mar 2018 17:12:46 +0000 (-0700) Subject: Mention *args and **kwargs backport X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ed48bd378d4046ab2abf0802ef206de3d4659f6e?ds=inline;hp=--cc;pf=etc Mention *args and **kwargs backport --- ed48bd378d4046ab2abf0802ef206de3d4659f6e 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