buglet in setuptools 0.6c10
Sorry for the lame-ass bug report, but my stack is really deep and I didn't want this one to go unreported. I just tried 0.6c10 to see if it would fix a problem I'm having. How fortunate that it hit Cheeseshop at just the right time ;). Unfortunately, there's a bug in setuptools/command/sdist.py Line 184 references string.join, but 'string' is undefined. -Barry
At 03:33 PM 10/19/2009 -0400, Barry Warsaw wrote:
Sorry for the lame-ass bug report, but my stack is really deep and I didn't want this one to go unreported. I just tried 0.6c10 to see if it would fix a problem I'm having. How fortunate that it hit Cheeseshop at just the right time ;). Unfortunately, there's a bug in
setuptools/command/sdist.py
Line 184 references string.join, but 'string' is undefined.
-Barry
Thanks; it's fixed and pushed back to PyPI.
On Oct 19, 2009, at 3:55 PM, P.J. Eby wrote:
At 03:33 PM 10/19/2009 -0400, Barry Warsaw wrote:
Sorry for the lame-ass bug report, but my stack is really deep and I didn't want this one to go unreported. I just tried 0.6c10 to see if it would fix a problem I'm having. How fortunate that it hit Cheeseshop at just the right time ;). Unfortunately, there's a bug in
setuptools/command/sdist.py
Line 184 references string.join, but 'string' is undefined.
-Barry
Thanks; it's fixed and pushed back to PyPI.
Thanks. -B
At 02:05 AM 10/20/2009 +0100, Matthew Wilkes wrote:
On 2009-10-19, at 2055, P.J. Eby wrote:
Thanks; it's fixed and pushed back to PyPI.
With the same version number. What about the people who have already installed your broke 0.6c10 that don't read this list?
They'll see an announcement for 0.6c11 tomorrow. I didn't want to bump the version number right away, in case there were any other problems. (And there were.)
participants (3)
-
Barry Warsaw
-
Matthew Wilkes
-
P.J. Eby