Correct 3.6+ calls with kwargs

This commit is contained in:
rocky
2018-01-19 06:38:19 -05:00
parent 12397d76b8
commit 4dbcf0400d
4 changed files with 43 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
# From 3.6 _markupbase _parse_doctype_subset()
def bug(self, j):
self.parse_comment(j, report=0)
self.parse_comment(j, report=1, foo=2)
self.parse_comment(a, b, report=3)