On Wed, Mar 25, 2009 at 02:46:23PM -0700, Christopher Lee wrote: -> regarding PrefixUnionDict.__contains__, I guess we should get rid of -> the behavior of returning True for sequence keys that are from the -> member dictionaries. That behavior is now supplied by the -> _PrefixUnionDictInverse. -> -> What do you think? The challenge will be to identify what if any code -> relies on the old behavior... grrr. It's quite possible that no -> existing code uses that behavior, but checking that will take some work.
How about deprecating it -- raising a warning in 0.8, perhaps? -- and then removing it in 0.9? Or, we could remove it in 0.8 after we get the megatests working.... --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 -~----------~----~----~----~------~----~------~--~---