Hi Titus, 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.
I'm going to hold off pushing anything from buildbot-fixes to master until you decide how you want to handle this. -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---