Skip to content

Commit

Permalink
Minor history fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Apr 14, 2018
1 parent 0940128 commit bada322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Bugfixes
Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Attempting to raise :exc:`trio.Cancelled` will cause a :exc:`RuntimeError`.
- Attempting to explicitly raise :exc:`trio.Cancelled` will cause a :exc:`RuntimeError`.
:meth:`cancel_scope.cancel() <trio.The cancel scope interface.cancel>` should
be used instead. (`#342 <https://github.com/python-trio/trio/issues/342>`__)


Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Simplify implementation of primitive traps like wait_task_rescheduled (`#395
<https://github.com/python-trio/trio/issues/395>`__)
- Simplify implementation of primitive traps like :func:`~trio.hazmat.wait_task_rescheduled`
(`#395 <https://github.com/python-trio/trio/issues/395>`__)


Trio 0.3.0 (2017-12-28)
Expand Down

0 comments on commit bada322

Please sign in to comment.