
15 Apr
2020
15 Apr
'20
3:49 p.m.
On Wed, Apr 15, 2020 at 2:12 AM Serhiy Storchaka storchaka@gmail.com wrote:
Then it obviously should be different class than SimpleNamespace. There are too much differences between them, and they are used in different circumstances.
+1
Keep in mind that I added SimpleNamespace when implementing PEP 421, to use for the new "sys.implementation". The whole point was to keep it simple, as the docs [1] suggest.
-eric
[1] https://docs.python.org/3/library/types.html#types.SimpleNamespace