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 georg.brandl
Recipients belopolsky, benjamin.peterson, brett.cannon, georg.brandl, rhettinger
Date 2008-06-08.08:23:16
SpamBayes Score 0.022967516
Marked as misclassified No
Message-id <1212913399.04.0.999346611774.issue2349@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I'd even go a step further and factor out the whole checking for
invalid/warnable names, like in Py3k's forbidden_name.

Also the warning text shouldn't start with uppercase and end in a full stop.
History
Date User Action Args
2008-06-08 08:23:19georg.brandlsetspambayes_score: 0.0229675 -> 0.022967516
recipients: + georg.brandl, brett.cannon, rhettinger, belopolsky, benjamin.peterson
2008-06-08 08:23:19georg.brandlsetspambayes_score: 0.0229675 -> 0.0229675
messageid: <1212913399.04.0.999346611774.issue2349@psf.upfronthosting.co.za>
2008-06-08 08:23:17georg.brandllinkissue2349 messages
2008-06-08 08:23:17georg.brandlcreate