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 9b0001e commit f924371Copy full SHA for f924371
libs/python.wiki
@@ -696,7 +696,7 @@ body = buffer.getvalue()
696
697
(关于“HTTP 协议”,请参见另一个大类:“Web”)
698
699
-=== 5.3.3 FTP ===
+=== 5.3.3 文件传输 ===
700
701
<h4>ftplib</h4>
702
@@ -715,7 +715,7 @@ ftp.retrlines("LIST") # 列出当前目录的内容
715
ftp.quit()
716
</source>
717
718
-=== 5.3.4 Email ===
+=== 5.3.4 电子邮件 ===
719
720
<h4>smtplib</h4>
721
@@ -735,7 +735,7 @@ ftp.quit()
735
736
封装 POP3(Post Office Protocol v3)协议
737
738
-=== 5.3.5 IM ===
+=== 5.3.5 即时通讯 ===
739
740
<h4>jabber.py</h4>
741
0 commit comments