[Python-checkins] r70099 - in python/branches/py3k: Doc/library/importlib.rstLib/importlib/NOTES Lib/importlib/test/test_util.py Lib/importlib/util.py

Brett Cannon brett at python.org
Wed Mar 4 02:04:43 CET 2009


On Mon, Mar 2, 2009 at 07:06, Antoine Pitrou <solipsis at pitrou.net> wrote:

> <brett.cannon> writes:
> >
> > Log:
> > Expose importlib.util.set___package__.
>
> I'm not sure there's an underscore run-length restriction in PEP8, but what
> about simply naming it set_package ? :-)


It's more descriptive. =) I don't know, I have a slight worry someone will
misunderstand what the decorator does if I just say 'set_package'. Anyone
else have an opinion?

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-checkins/attachments/20090303/986add32/attachment.htm>


More information about the Python-checkins mailing list