Serhiy Storchaka added the comment:

functools.wraps() is used in more complex programs. The purpose of this PR is 
speeding up small scripts that just start, parse arguments, do its fast work 
(so fast as outputting a help or a version) and exit. Even collections is not 
used in a half of my scripts.

types needs functools only for coroutine(). Unlikely it is used in old style 
namespace packages.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30152>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to