On Mon, Mar 30, 2009 at 11:26:30PM -0700, Christopher Lee wrote: -> there's another minor problem. At least on Python 2.5, the -> shelve.Shelf() constructor only takes 3 args; it does not accept the -> binary argument. So your dbfile.DbfilenameShelf doesn't work on -> Python 2.5 (since you made DbfilenameShelf be used lots of places, 19 -> tests in the suite fail). I haven't tested other platforms. -> Unfortunately, we can't just "copy and reuse" the 2.3 Shelf __init__ -> whole-cloth; we need to adjust it slightly for different Python -> versions.
Argh, I see. I worried about that but evidently failed to test it ;) I'm not sure what a good solution is going to look like. This is basically a small mess caused by bugs in python2.3... -> I'm going to hold off pushing anything from buildbot-fixes to master -> until you decide how you want to handle this. Humm, how about cherry picking everything else? The rest of the fixes are for different problems. tnx, --titus -- C. Titus Brown, c...@msu.edu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---