Skip to content

Commit

Permalink
Merge pull request #9 from aligheshlaghi97/hotfix/ch6-ex4
Browse files Browse the repository at this point in the history
fix: missing ex_6_4 on top of code sample.
  • Loading branch information
aligheshlaghi97 authored Oct 31, 2024
2 parents 17183e7 + 77a4615 commit 70dcce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/6. Exploring Features of New Python Versions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ it takes 0.05 seconds with Python 3.12 versus 0.33 seconds with Python 3.10 in m

This is also an example from `asyncio.Queue.shutdown` usage in python 3.13:
```python
# ex_6_4
{% include_relative ex_6_4.py %}
```
Running example above will raise `asyncio.QueueShutDown` error.

0 comments on commit 70dcce4

Please sign in to comment.