diff options
| author | Benjamin Peterson <benjamin@python.org> | 2012-10-09 15:16:13 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2012-10-09 15:16:13 (GMT) |
| commit | 29e02a2be8d5e3e0e9967c5806b15965201bb7aa (patch) | |
| tree | c44ab2fe883c85cb8a87222ef465e5c253c723e1 /Lib/test/test_ftplib.py | |
| parent | 2bc53a092a78b6e49c1e3f497eb7512810e83c0c (diff) | |
| parent | b29614e047110f4d9af993a6cdec4e3fb7ef9738 (diff) | |
| download | cpython-29e02a2be8d5e3e0e9967c5806b15965201bb7aa.zip cpython-29e02a2be8d5e3e0e9967c5806b15965201bb7aa.tar.gz cpython-29e02a2be8d5e3e0e9967c5806b15965201bb7aa.tar.bz2 | |
merge 3.3
Diffstat (limited to 'Lib/test/test_ftplib.py')
| -rw-r--r-- | Lib/test/test_ftplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py index 7028f46..299a146 100644 --- a/Lib/test/test_ftplib.py +++ b/Lib/test/test_ftplib.py @@ -342,7 +342,7 @@ if ssl is not None: # http://www.mail-archive.com/openssl-users@openssl.org/msg60710.html pass self._ssl_closing = False - if getattr(self, '_ccc', False) == False: + if getattr(self, '_ccc', False) is False: super(SSLConnection, self).close() else: pass |
