[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
New submission from mike c coolbutusel...@gmail.com: Could a test be added to ./Lib/test/test_defaultdict.py to test for TypeError being thrown when the the first argument to collections.defaultdict is not callable? pypy does not behave the same way as CPython 2.7.2 as the problem

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: Cloning repo. Reading the devguide. Patch forthcoming. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13531

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: Patch to add a defaultdict test which checks that if the first argument is not callable, then a TypeError is thrown. -- keywords: +patch Added file: http://bugs.python.org/file23855/defaultdict_callable_test.patch

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: patch v2. Now with assertRaises()! -- Added file: http://bugs.python.org/file23856/defaultdict_callable_test_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13531