commit | 72121c6c302d0e177d3f738f51685e0664343ccc | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 27 19:45:49 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 27 19:45:49 2013 +0200 |
tree | 9726a5cc30b27f6ba012b8be330d6b87f808f1c5 | |
parent | 6d3a8605a5f41cbd5ca9c56eefa2a1684f9fd692 [diff] [blame] |
- Issue #17041: Fix testing when Python is configured with the --without-doc-strings option.
diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py index a713314..af19ef7 100644 --- a/Lib/test/test_functools.py +++ b/Lib/test/test_functools.py
@@ -232,6 +232,7 @@ self.assertEqual(wrapper.attr, 'This is a different test') self.assertEqual(wrapper.dict_attr, f.dict_attr) + @test_support.requires_docstrings def test_builtin_update(self): # Test for bug #1576241 def wrapper():