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 ezio.melotti
Recipients eric.araujo, ezio.melotti, nailor, petri.lehtinen, sandro.tosi, terry.reedy
Date 2011-10-18.16:07:51
SpamBayes Score 2.1398207e-06
Marked as misclassified No
Message-id <1318954072.65.0.0696327048545.issue12296@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

(Actually you can still break someone's code by introducing new functions/classes, in case they get imported with 'from mod import *' and override some local function/class with the same name -- but this is such an obscure case that doesn't deserve to be mentioned (and 'import *' is bad practice anyway).)
History
Date User Action Args
2011-10-18 16:07:52ezio.melottisetrecipients: + ezio.melotti, terry.reedy, eric.araujo, sandro.tosi, nailor, petri.lehtinen
2011-10-18 16:07:52ezio.melottisetmessageid: <1318954072.65.0.0696327048545.issue12296@psf.upfronthosting.co.za>
2011-10-18 16:07:52ezio.melottilinkissue12296 messages
2011-10-18 16:07:51ezio.melotticreate