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 eli.bendersky
Recipients barry, docs@python, eli.bendersky, ethan.furman, ezio.melotti
Date 2013-05-10.14:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368194721.2.0.250087702798.issue17947@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding module vs. module_name for the extra param in the functional API, Guido rightly points out in issue 17941 that __module__ is the class attribute, so "module" is a consistent choice.
History
Date User Action Args
2013-05-10 14:05:21eli.benderskysetrecipients: + eli.bendersky, barry, ezio.melotti, docs@python, ethan.furman
2013-05-10 14:05:21eli.benderskysetmessageid: <1368194721.2.0.250087702798.issue17947@psf.upfronthosting.co.za>
2013-05-10 14:05:21eli.benderskylinkissue17947 messages
2013-05-10 14:05:21eli.benderskycreate