[Pythonmac-SIG] Python Metadata Importer

Nicholas Riley njriley at uiuc.edu
Thu May 26 20:03:34 CEST 2005


On Thu, May 26, 2005 at 10:52:05AM -0700, Bob Ippolito wrote:
> There are still other places where you'll have version expressions.
> 
> PyOpenGL's is the most braindead, it reads the version from *A FILE*.
> 
> Many extensions bring in the version from some extension (i.e. PyObjC).
> 
> I'd go ahead and just ignore anything that isn't a string. 99.74% of  
> modules isn't bad.
> 
> Not many people do the CVS thing these days, and that number is going  
> to get smaller and smaller since people are replacing CVS with  
> Subversion and others.

Subversion supports keyword substitution, too.  Seems reasonable to
support if it's common and 1 line of code, otherwise...yeah, whatever.

-- 
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>


More information about the Pythonmac-SIG mailing list