homepage

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 brett.cannon
Recipients
Date 2006年04月30日.02:23:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491
You should use an underscore if you don't have an __all__
defined. This is mostly for protection for ``from cookielib
import *`` code. But if you define an __all__ I think you
are fine.
You do not need to document that undocumented globals should
not be relied upon. Yes, people should know better (I
personally got nailed by the Debian folk for an undocumented
function in site.py that I changed the parameters of). But
the suggestions Neal and I are making are to protect people
who do their doc checking from the command-line and thus
just do ``import cookielib; dir(cookielib)``. I know Python
is for use by adults, but sometimes going a small step to
protect the adolescents is also okay. =)
History
Date User Action Args
2007年08月23日 15:48:32adminlinkissue1478993 messages
2007年08月23日 15:48:32admincreate

AltStyle によって変換されたページ (->オリジナル) /