In the mtime
Python module, methods to query the underlying fields like year
, month
etc. from the container classes was missing (except for an items
method in TimeDelta
)
ctypes
bindingtest_python
script has been extended/re-structured to allow for the large number of new test casesTimeDelta
was found and fixed. The missing field had shadowed the sign
field.TimeDelta
field flag_std_form
is for internal use, so it is mapped to _flag_std_form
and suppressed in the items()
iterator