From ed48bd378d4046ab2abf0802ef206de3d4659f6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 15 Mar 2018 10:12:46 -0700 Subject: [PATCH] Mention *args and **kwargs backport --- blib2to3/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5