Mention *args and **kwargs backport

This commit is contained in:
Łukasz Langa 2018-03-15 10:12:46 -07:00 committed by Lukasz Langa
parent 3539d910bc
commit ed48bd378d

View File

@ -3,5 +3,7 @@ Commit hash: 9c17e3a1987004b8bcfbe423953aad84493a7984
Reasons for forking: Reasons for forking:
- consistent handling of f-strings for users of Python < 3.6.2 - 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 - ability to Cythonize