Skip to content

Commit f924371

Browse files
committed
修改应用层网络协议分类名称
1 parent 9b0001e commit f924371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/python.wiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ body = buffer.getvalue()
696696

697697
(关于“HTTP 协议”,请参见另一个大类:“Web”)
698698

699-
=== 5.3.3 FTP ===
699+
=== 5.3.3 文件传输 ===
700700

701701
<h4>ftplib</h4>
702702

@@ -715,7 +715,7 @@ ftp.retrlines("LIST") &#35; 列出当前目录的内容
715715
ftp.quit()
716716
</source>
717717

718-
=== 5.3.4 Email ===
718+
=== 5.3.4 电子邮件 ===
719719

720720
<h4>smtplib</h4>
721721

@@ -735,7 +735,7 @@ ftp.quit()
735735

736736
封装 POP3(Post Office Protocol v3)协议
737737

738-
=== 5.3.5 IM ===
738+
=== 5.3.5 即时通讯 ===
739739

740740
<h4>jabber.py</h4>
741741

0 commit comments

Comments
 (0)