mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -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.