0.0.3: Major bugfix
·
0 commits
to 23306b21783fef5353b4be449c6b37407ebcf333
since this release
- compare changes to previous version
- see
- commit 1e473f8
- commit 4084fe3
- commit 75f06e0
- commit b3819ee
- commit 9f017e7 (fixes problems mentioned in previous commits but doesn't pass other
threading.Thread
attributes when initializing withsuper()
) - commit d00b412 (enables passing
group
,name
,daemon
attributes tothreading.Thread
when initializing withsuper()
- commit fb6f5d0 (removes variable reassignments since most attributes are passed in directly to
threading.Thread
withsuper()
)