[Distutils] bug in svn detection

2007-08-05 Thread Keith Dart
Greetings. I would like to report a bug in setuptools here, since I can't find a bug tracking system for it anywhere. 598 $ sudo python setup.py install running install running bdist_egg exceptions.ValueError : max() arg is an empty sequence > /usr/lib/python2.4/site-packages/setuptools/command/e

Re: [Distutils] bug in svn detection

2007-08-05 Thread Phillip J. Eby
At 12:52 AM 8/5/2007 -0700, Keith Dart wrote: >I guess Phillip would be most interested in this: > > 51900 phillip.eby > 51900 phillip.eby if data.startswith('8'): > 51900 phillip.eby data = > map(str.splitlines,data.split('\n\x0c\n')) > 51900 phillip.eby