This repository was archived by the owner on May 31, 2021. It is now read-only.
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Asyncio documentation
2
2
=====================
3
3
4
- * Online doc: http ://asyncio.readthedocs.io/
5
- * GitHub: https://github.com/haypo /asyncio-doc
4
+ * Online doc: https ://asyncio.readthedocs.io/
5
+ * GitHub: https://github.com/asyncio-doc /asyncio-doc
6
6
* AsyncIO documentation is written with `Sphinx <http://www.sphinx-doc.org/ >`_.
7
7
8
8
@@ -50,4 +50,4 @@ See also
50
50
51
51
* https://github.com/python/asyncio
52
52
* http://krondo.com/an-introduction-to-asynchronous-programming-and-twisted/
53
- * http ://curio.readthedocs.io/en/latest/tutorial.html
53
+ * https ://curio.readthedocs.io/en/latest/tutorial.html
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ HTTP client example:
7
7
.. literalinclude :: examples/http_client.py
8
8
9
9
For more information, see `aiohttp documentation
10
- <http ://aiohttp.readthedocs.io/> `_.
10
+ <https ://aiohttp.readthedocs.io/> `_.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Simple example
6
6
==============
7
7
8
8
A simple producer/consumer example, using an `asyncio.Queue
9
- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue> `_:
9
+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue> `_:
10
10
11
11
.. literalinclude :: examples/producer_consumer.py
12
12
@@ -16,11 +16,11 @@ Using task_done()
16
16
17
17
18
18
A simple producer/consumer example, using `Queue.task_done
19
- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done> `_
19
+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done> `_
20
20
and `Queue.join
21
- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.join> `_:
21
+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.join> `_:
22
22
23
23
.. literalinclude :: examples/producer_consumer_2.py
24
24
25
25
For more information, see the `asyncio queue documentation
26
- <http ://docs.python.org/3/library/asyncio-queue.html> `_.
26
+ <https ://docs.python.org/3/library/asyncio-queue.html> `_.
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Install with::
362
362
$ pip install aiohttp
363
363
364
364
365
- .. _aiohttp : http ://aiohttp.readthedocs.io/en/stable/
365
+ .. _aiohttp : https ://aiohttp.readthedocs.io/en/stable/
366
366
367
367
The whole program looks like this:
368
368
You can’t perform that action at this time.
0 commit comments