mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
+ 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.