[Python-Dev] Breaking undocumented API

Karen Tracey kmtracey at gmail.com
Thu Nov 11 13:22:00 CET 2010


On Thu, Nov 11, 2010 at 6:51 AM, Michael Foord <fuzzyman at voidspace.org.uk>wrote:

> On 10/11/2010 15:48, R. David Murray wrote:
>
>> I think Tres was referring to certain packages (which shall remain
>> nameless since I don't feel like googling to find one) whose
>> documentation recommends the 'from<me>  import *' methodology.
>>
>
> Contenders include popular libraries like fabric and django:
>
> http://docs.fabfile.org/0.9.2/usage/fabfiles.html
> http://docs.djangoproject.com/en/1.2/intro/tutorial03/
>
>
That is one very specific module in Django that gets imported that way, it
is not a general pattern recommended by Django. For every other Django
module besides that one you will see specific imports being used in the doc.

Karen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20101111/8f06e1c3/attachment.html>


More information about the Python-Dev mailing list