mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
85527cf50a
Make it clear that setting __class__ on a module has worked since 3.5, but support for __getattr__ and __dir__ on module instances requires 3.7+ Patch by Cheryl Sabella.