Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
Most AbstractFileObject subclasses track a FileSystem instance in an ivar typed for that provider (FtpFileSystem for example).
This can be cleaned up nicely with generics.
Thoughts for or against?
Here is an attachment that shows how this would work for FTP.