mirror of
https://github.com/python/cpython.git
synced 2025-10-27 16:57:08 +00:00
reduce) * ftplib.py: added default callback for retrlines; added dir() method * ftplib.py: don't return self in self.connect(); added hack so that if 'CDUP' is not understood, 'CWD ..' is tried. * ftplib.py: second method called init() should have been called connect(); if __init__ sees more than one argument, it will also try to login(). |
||
|---|---|---|
| .. | ||
| autotest.py | ||
| test_b1.py | ||
| test_b2.py | ||
| test_builtin.py | ||
| test_exceptions.py | ||
| test_grammar.py | ||
| test_opcodes.py | ||
| test_operations.py | ||
| test_select.py | ||
| test_support.py | ||
| test_types.py | ||
| testall.out | ||
| testall.py | ||