Is this just for readability to the developer? python
David Stockwell
winexpert at hotmail.com
Wed Jun 2 09:37:25 EDT 2004
More information about the Python-list mailing list
Wed Jun 2 09:37:25 EDT 2004
- Previous message (by thread): memory error
- Next message (by thread): Is this just for readability to the developer? python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for the help. It makes it easier that its automated.... David ------- Tracfone: http://cellphone.duneram.com/index.html Cam: http://www.duneram.com/cam/index.html Tax: http://www.duneram.com/index.html >From: "Miki Tebeka" <miki.tebeka at zoran.com> >To: David Stockwell <winexpert at hotmail.com> >CC: python-list at python.org >Subject: Re: Is this just for readability to the developer? python >Date: Wed, 2 Jun 2004 16:25:19 +0200 > >Hello David, > > > initModule( "$Revision: 3.1 $".split(" ")[1] ) > > ... > > In this example, it looks like only the '3.1' is actually passed to the > > function. Which leads me to speculate that the rest of it is just there >to > > make it easier for the developer when looking at source code to see what > > version of the module is being used. > > > > The only thing I think i notice is its also passing a list of one >element? > > > > Is this a typical way to do this in python? >The $Revision: ...$ is expaned by CVS/Subversion/... when you check in a >file (These are called "RCS keywords", see >http://computing.ee.ethz.ch/sepp/cvs-1.11.5-ds/cvsbook/main_162.html#SEC192). >This way the revision is actually maintined by the source control system. > >Bye. >-- >------------------------------------------------------------------------- >Miki Tebeka <miki.tebeka at zoran.com> >The only difference between children and adults is the price of the toys. _________________________________________________________________ MSN 9 Dial-up Internet Access fights spam and pop-ups – now 3 months FREE! http://join.msn.click-url.com/go/onm00200361ave/direct/01/
- Previous message (by thread): memory error
- Next message (by thread): Is this just for readability to the developer? python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list