mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
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.