Skip to content

Commit 6fc60da

Browse files
committed
Note that the bug I mentioned just got closed today
1 parent 3c550cd commit 6fc60da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/xmltodict/xmltodict.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ __license__: str
1010

1111
class ParsingInterrupted(Exception): ...
1212

13-
# dict as attribute value may be a bug: https://github.com/martinblech/xmltodict/issues/163
13+
# dict as attribute value is exclusive to xmlns: https://github.com/bigpick/xmltodict/commit/22541b4874365cb8d2397f23087a866b3081fd9c
1414
_AttrValue: TypeAlias = str | dict[str, str]
1515
_AttrDict: TypeAlias = dict[str, _AttrValue]
1616

0 commit comments

Comments
 (0)