[ZODB-Dev] Fwd: [Zodb4-dev] rename PersistentMapping? (Jeremy Hylton)
   
    Jeremy Hylton
     
    jeremy@alum.mit.edu
       
    Mon, 5 Aug 2002 11:28:29 -0400
    
    
  
>>>>> "GW" == Greg Ward <gward@mems-exchange.org> writes:
  GW> On 31 July 2002, Jeremy Hylton said: Content-Description:
  GW> message body text
  >> This question didn't get any response on the now-defunct
  >> zodb4-dev.  Any takers here?  Would anyone object if
  >> PersistentMapping was called PersistentDict in ZODB4.
  GW> +1 from me.  Would cause next-to-zero bother for us, since we
  GW> always call a convenience function instead of constructing a
  GW> PersistentMapping directly.
I've made the change, but be warned that old pickles won't work.  They
refer to a newly non-existent PersistentMapping class.
Jeremy