mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Small, and final docstring merge with Dragon's version.
This commit is contained in:
parent
5cb48a4c98
commit
0720177e3d
1 changed files with 5 additions and 1 deletions
|
@ -38,10 +38,14 @@ Example:
|
||||||
(250, "Somebody OverHere <somebody@here.my.org>")
|
(250, "Somebody OverHere <somebody@here.my.org>")
|
||||||
>>> s.quit()
|
>>> s.quit()
|
||||||
|
|
||||||
|
Bugs/TODO:
|
||||||
|
- Exceptions should be classes
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import string, re
|
import string
|
||||||
|
import re
|
||||||
import rfc822
|
import rfc822
|
||||||
import types
|
import types
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue