Release history¶
Outcome 1.0.1 (2019-10-16)¶
Upgrade to attrs 19.2.0.
Outcome 1.0.0 (2018-09-12)¶
Features¶
On Python 3, the exception frame generated within
capture()
andacapture()
has been removed from the traceback. (#21)Outcome is now tested using asyncio instead of trio, which outcome is a dependency of. This makes it easier for third parties to package up Outcome. (#13)
Outcome 0.1.0 (2018-07-10)¶
Features¶
An Outcome may only be unwrapped or sent once.
Attempting to do so a second time will raise an
AlreadyUsedError
. (#7)