Skip to content

Release: 1.2

Latest
Compare
Choose a tag to compare
@TokenChingy TokenChingy released this 05 Dec 12:27

Changelog

  • Changing naming convention, moving toward 1.x convention.

Breaking Changes

  • All wrapped exceptions and data structures from the asyncio and multiprocessing modules have now been namespaced into pytasking. For example; pytasking.CancelledError is now pytasking.asyncio.CancelledError. This change is so that it is more explicit and natural.