We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b66e3 commit 9907322Copy full SHA for 9907322
TUTORIAL.md
@@ -891,10 +891,7 @@ comes from the `Lock` class:
891
If the `async with` has an `as variable` clause the variable receives the
892
value returned by `__aenter__`.
893
894
-There was a bug in the implementation whereby if an explicit `return` was issued
895
-within an `async with` block, the `__aexit__` method was not called. This was
896
-fixed as of 27th June 2018 [PR 3890](https://github.com/micropython/micropython/pull/3890)
897
-but the fix was too late for the current release build (V1.9.4).
+To ensure correct behaviour firmware should be V1.9.10 or later.
898
899
###### [Contents](./TUTORIAL.md#contents)
900
0 commit comments