mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
This commit is contained in:
commit
2eb819f7a8
86 changed files with 136 additions and 136 deletions
|
@ -287,7 +287,7 @@ class FTP:
|
|||
return self.voidcmd(cmd)
|
||||
|
||||
def sendeprt(self, host, port):
|
||||
'''Send a EPRT command with the current host and the given port number.'''
|
||||
'''Send an EPRT command with the current host and the given port number.'''
|
||||
af = 0
|
||||
if self.af == socket.AF_INET:
|
||||
af = 1
|
||||
|
@ -852,7 +852,7 @@ def parse227(resp):
|
|||
|
||||
|
||||
def parse229(resp, peer):
|
||||
'''Parse the '229' response for a EPSV request.
|
||||
'''Parse the '229' response for an EPSV request.
|
||||
Raises error_proto if it does not contain '(|||port|)'
|
||||
Return ('host.addr.as.numbers', port#) tuple.'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue