commit | 876fc7fcec9a79a11546b7588d3683a5ccb4d31c | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Oct 20 14:05:29 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 20 14:05:29 2021 -0700 |
tree | 9195e6474ea19461bbc5d9705f05bd2cf8603209 | |
parent | 6270d3eeaf17b50abc4f8f4d97790d66179638e4 [diff] |
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049) Rename namespace package __loader__ class to be public. Make the old name, i.e. _NamespaceLoader, an alias for the public name, for backward compatibility.