Changeset 1744:194d13209ff4
- Timestamp:
- Dec 29, 2018, 9:31:03 PM (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ftputil/stat.py
r1743 r1744 41 41 # Don't call `__init__` via `super`. Construction from a 42 42 # sequence is implicitly handled by `tuple.__new__`, not 43 # `tuple.__init__`. As a by-product, this avoids a 44 # `DeprecationWarning` in Python 2.6+ . 43 # `tuple.__init__`. 45 44 # pylint: disable=super-init-not-called 46 45 #
Note: See TracChangeset
for help on using the changeset viewer.