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 SilentGhost, brett.cannon, eric.araujo, pitrou, rhettinger
Date 2011-01-12.19:22:58
SpamBayes Score 1.6863021e-06
Marked as misclassified No
Message-id <1294860189.03.0.337196855239.issue10894@psf.upfronthosting.co.za>
In-reply-to
Content
My take on this:
- adding underscores to locally-defined private functions is good. +1
- -0.5 on "from warnings import warn as _warn"; it's useless complication, users should be able to realize warn() is a public API of the warnings module, not whichever else module using it
History
Date User Action Args
2011-01-12 19:23:09pitrousetrecipients: + pitrou, brett.cannon, rhettinger, eric.araujo, SilentGhost
2011-01-12 19:23:09pitrousetmessageid: <1294860189.03.0.337196855239.issue10894@psf.upfronthosting.co.za>
2011-01-12 19:22:59pitroulinkissue10894 messages
2011-01-12 19:22:58pitroucreate