]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3158: Relax new doctests a bit.
authorZachary Ware <zachary.ware@gmail.com>
Sun, 24 Nov 2013 08:21:57 +0000 (02:21 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Sun, 24 Nov 2013 08:21:57 +0000 (02:21 -0600)
commit7119b454fddcf0429b0ece4d18f747eb7ae6fe61
tree464319f5265a932e9bfb42bc6c5d2c0f23523e7b
parentfe94d8adfcf146af7531a315092e3ae954b68968
Issue #3158: Relax new doctests a bit.

Apparently, the number of objects with docstrings in builtins varies
with --with-pydebug (non-debug has one fewer).

Also, skip the new tests entirely if built --without-doc-strings.
Lib/test/test_doctest.py