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 67409cb commit 810a89dCopy full SHA for 810a89d
README.md
@@ -720,7 +720,7 @@ Python实现的数据库。
720
用于网络编程的库。
721
722
* asyncio:(Python 标准库) 异步 I/O, 事件循环, 协程以及任务。[官网](https://docs.python.org/3/library/asyncio.html)
723
-* Twisted:一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
+* [Twisted](http://hao.jobbole.com/twisted/):一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
724
* pulsar:事件驱动的并发框架。[官网](https://github.com/quantmind/pulsar)
725
* diesel:基于Greenlet 的事件 I/O 框架。[官网](https://github.com/dieseldev/diesel)
726
* pyzmq:一个 ZeroMQ 消息库的 Python 封装。[官网](http://zeromq.github.io/pyzmq/)
0 commit comments