unpickle failure for xsd:duration
Brought to you by:
pabigot
The PyXB duration class gets pickled as its underlying Python datetime.timedelta class, but the wrapper constructor fails to recognize the multiple arguments passed to it causing an exception when reading the value from a pickled file such as a binding archive.
Fixed in following commit: