]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #17041: Fix testing when Python is configured with the
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Jan 2013 17:45:49 +0000 (19:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Jan 2013 17:45:49 +0000 (19:45 +0200)
commit72121c6c302d0e177d3f738f51685e0664343ccc
tree9726a5cc30b27f6ba012b8be330d6b87f808f1c5
parent6d3a8605a5f41cbd5ca9c56eefa2a1684f9fd692
- Issue #17041: Fix testing when Python is configured with the
  --without-doc-strings option.
Lib/ctypes/test/test_win32.py
Lib/distutils/tests/test_build_ext.py
Lib/test/test_functools.py
Lib/test/test_pydoc.py
Lib/test/test_support.py
Misc/NEWS