Message126128
| 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:09 | pitrou | set | recipients: + pitrou, brett.cannon, rhettinger, eric.araujo, SilentGhost |
| 2011-01-12 19:23:09 | pitrou | set | messageid: <1294860189.03.0.337196855239.issue10894@psf.upfronthosting.co.za> |
| 2011-01-12 19:22:59 | pitrou | link | issue10894 messages |
| 2011-01-12 19:22:58 | pitrou | create | |