]> granicus.if.org Git - python/commit
Issue 20123: try using a different builtin module in a pydoc test.
authorEric Snow <ericsnowcurrently@gmail.com>
Sun, 5 Jan 2014 04:56:07 +0000 (21:56 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Sun, 5 Jan 2014 04:56:07 +0000 (21:56 -0700)
commit0dddf4258ac5b543b868e63adc9879dd932a46a4
tree543b635363f1db286d0d13f605cddbd5aefc1edf
parent410d320703313b6a303094b8355ae7cc1f0196f6
Issue 20123: try using a different builtin module in a pydoc test.

The test is failing on one of the stable FreeBSD buildbots.  It seems
unlikely that the gc module would not be available, so switching to
_imp may not fix the problem.
Lib/test/test_pydoc.py