Hi,
I cleaned up and pushed the buildbot-fixes to master.  Get the latest  
code from the public repo.or.cz repository.  Comments below.

On Mar 29, 2009, at 2:34 PM, C. Titus Brown wrote:

> The most complicated patches were for a bug in Python 2.3's  
> shelve.Shelf
> class, which tries to access self.writeback and self.dict even when
> those attributes may not have been set (for e.g. a failed 'open').


I cleaned up these fixes, because they needlessly propagated a bad  
pattern from Python's shelve module.  Our code is much cleaner as a  
result.  I don't understand why the Python folks haven't cleaned this  
up themselves -- the obvious solution is so much simpler and more  
robust!  For more details see:

http://code.google.com/p/pygr/issues/detail?id=81

-- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to