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 pitrou
Recipients pitrou
Date 2008-01-06.22:59:04
SpamBayes Score 0.25289387
Marked as misclassified No
Message-id <1199660346.11.0.927717674711.issue1748@psf.upfronthosting.co.za>
In-reply-to
Content
The contextmanager function should call functools.wraps instead of
having its own attribute copying code. Just something I noticed while
reading the source.
History
Date User Action Args
2008-01-06 22:59:06pitrousetspambayes_score: 0.252894 -> 0.25289387
recipients: + pitrou
2008-01-06 22:59:06pitrousetspambayes_score: 0.252894 -> 0.252894
messageid: <1199660346.11.0.927717674711.issue1748@psf.upfronthosting.co.za>
2008-01-06 22:59:04pitroulinkissue1748 messages
2008-01-06 22:59:04pitroucreate