failure to warn when using keyword initialization with unrecognized id
Brought to you by:
pabigot
Complex type binding instances can be created by using keyword parameters to initialize both attributes and elements. If a keyword parameter is provided that does not correspond to an attribute or element id, no warning is given; the corresponding value is simply dropped.
Fixed in [2babc3c3c73a]. Constructors using unrecognized keywords will cause an ExtraContentError to be raised.