This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zerkms
Recipients docs@python, paul.j3, rhettinger, zerkms
Date 2019-11-19.05:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574141650.55.0.550078202957.issue38843@roundup.psfhosted.org>
In-reply-to
Content
> I have not seen many questions about the use of a preexisting namespace object (here or on StackOverflow)

as typing was added to the language natively - it should become more and more frequently used.

I personally see no reason anymore to NOT use a custom namespace: typed arguments object is x100 times better than untyped one.
History
Date User Action Args
2019-11-19 05:34:11zerkmssetrecipients: + zerkms, rhettinger, docs@python, paul.j3
2019-11-19 05:34:10zerkmssetmessageid: <1574141650.55.0.550078202957.issue38843@roundup.psfhosted.org>
2019-11-19 05:34:10zerkmslinkissue38843 messages
2019-11-19 05:34:10zerkmscreate