mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
This commit is contained in:
parent
ee28c3a5ea
commit
98d9fd3e68
9 changed files with 46 additions and 43 deletions
|
@ -3,11 +3,6 @@
|
|||
Based on RFC 959: File Transfer Protocol
|
||||
(FTP), by J. Postel and J. Reynolds
|
||||
|
||||
Changes and improvements suggested by Steve Majewski.
|
||||
Modified by Jack to work on the mac.
|
||||
Modified by Siebren to support docstrings and PASV.
|
||||
|
||||
|
||||
Example:
|
||||
|
||||
>>> from ftplib import FTP
|
||||
|
@ -34,6 +29,11 @@ A nice test that reveals some of the network dialogue would be:
|
|||
python ftplib.py -d localhost -l -p -l
|
||||
"""
|
||||
|
||||
#
|
||||
# Changes and improvements suggested by Steve Majewski.
|
||||
# Modified by Jack to work on the mac.
|
||||
# Modified by Siebren to support docstrings and PASV.
|
||||
#
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue