Skip to content

Commit 516ee93

Browse files
committed
增加 urlparse
1 parent 86dabe4 commit 516ee93

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

libs/python.wiki

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,14 @@ Home:[https://github.com/citronneur/rdpy]
787787

788788
纯 Python 实现的 RDP([https://en.wikipedia.org/wiki/Remote_Desktop_Protocol 微软远程桌面协议])和 VNC([https://en.wikipedia.org/wiki/Virtual_Network_Computing Virtual Network Computing])客户端,依赖于 Twisted 库
789789

790+
=== 5.3.7 (其它) ===
791+
792+
<h4>urlparse</h4>
793+
794+
【标准库】
795+
796+
用于解析 URL,提取各个部分的内容。从 Python 2.5 版本开始加入到标准库中,从 Python 2.7 开始支持包含 IPv6 的 URL
797+
790798
== 5.4 自定义的应用层 ==
791799

792800
<h4>Protocol Buffers</h4>
@@ -1861,7 +1869,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/SymPy 英文]、[https://zh.wikipedia
18611869

18621870
----
18631871

1864-
= 13 其它 =
1872+
= 13 (其它) =
18651873

18661874
一些不方便归类的,暂时放到这里。
18671875

0 commit comments

Comments
 (0)