mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
2dee597e05
+ Ditch using arguments to super(). + Ditch subclassing from object directly. + Move directory check out of chaining path hook to file path hook/finder. + Rename some classes to better reflect they are finders, not importers.