[issue6149] WeakValueDictionary constructor ported to Python 3.0 incorrectly

2009-05-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r73063. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6149] WeakValueDictionary constructor ported to Python 3.0 incorrectly

2009-05-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch for 3.1. -- keywords: +patch nosy: +pitrou priority: -> high stage: -> patch review versions: +Python 3.1 -Python 3.0 Added file: http://bugs.python.org/file14121/issue6149.patch ___ Python tracker

[issue6149] WeakValueDictionary constructor ported to Python 3.0 incorrectly

2009-05-30 Thread mike bayer
Changes by mike bayer : -- components: +Library (Lib) type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue6149] WeakValueDictionary constructor ported to Python 3.0 incorrectly

2009-05-30 Thread mike bayer
New submission from mike bayer : The constructor for WeakValueDictionary does not obey the contract documented in its comments: # We inherit the constructor without worrying about the input # dictionary; since it uses our .update() method, we get the right # checks yet it initializ