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 serhiy.storchaka
Recipients berker.peksag, bethard, christian.heimes, methane, paul.j3, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner, wolma, yan12125
Date 2017-09-25.10:45:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506336348.84.0.0987878228513.issue30152@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-25 10:45:48serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, pitrou, bethard, vstinner, christian.heimes, methane, berker.peksag, paul.j3, wolma, yan12125
2017-09-25 10:45:48serhiy.storchakasetmessageid: <1506336348.84.0.0987878228513.issue30152@psf.upfronthosting.co.za>
2017-09-25 10:45:48serhiy.storchakalinkissue30152 messages
2017-09-25 10:45:48serhiy.storchakacreate