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 benjamin.peterson
Recipients Antoine d'Otreppe, benjamin.peterson, ncoghlan
Date 2008-07-27.13:05:10
SpamBayes Score 0.03154412
Marked as misclassified No
Message-id <1217163912.72.0.915789919487.issue3445@psf.upfronthosting.co.za>
In-reply-to
Content
I think what you want is

functools.update_wrapper(myWrapper, str.split, ('__name__', '__doc__'))
History
Date User Action Args
2008-07-27 13:05:12benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, Antoine d'Otreppe
2008-07-27 13:05:12benjamin.petersonsetmessageid: <1217163912.72.0.915789919487.issue3445@psf.upfronthosting.co.za>
2008-07-27 13:05:11benjamin.petersonlinkissue3445 messages
2008-07-27 13:05:10benjamin.petersoncreate