Is this just for readability to the developer? python
Richard Brodie
R.Brodie at rl.ac.uk
Wed Jun 2 09:08:13 EDT 2004
More information about the Python-list mailing list
Wed Jun 2 09:08:13 EDT 2004
- Previous message (by thread): Is this just for readability to the developer? python
- Next message (by thread): Is this just for readability to the developer? python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"David Stockwell" <winexpert at hotmail.com> wrote in message news:mailman.505.1086179037.6949.python-list at python.org... > 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. It looks like that it may be for the benefit of CVS; manually updated version numbers are a pain. > The only thing I think i notice is its also passing a list of one element? One element of a list; that's not quite the same thing.
- Previous message (by thread): Is this just for readability to the developer? python
- 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