On Fri, 18 Mar 2011 20:12:19 -0700
Toshio Kuratomi <a.bad...@gmail.com> wrote:
> There is a section in PEP8 about __version__ but it serves a slightly
> different purpose there:
> 
> """
> Version Bookkeeping
> 
>     If you have to have Subversion, CVS, or RCS crud in your source file, do
>     it as follows.
> 
>         __version__ = "$Revision: 88433 $"
>         # $Source$

This should be updated (or rather, removed) now that we use Mercurial...

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to