]> granicus.if.org Git - python/commit
make sure doctest doesn't pollute __builtins__
authorBenjamin Peterson <benjamin@python.org>
Tue, 29 Jul 2008 15:35:08 +0000 (15:35 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 29 Jul 2008 15:35:08 +0000 (15:35 +0000)
commit638c722228940d62662f2337ed4c47c30afed37a
treeca0f4d0cb31c5941a1402846b84ec0785a1d8b2b
parente14039cfca77046df82dd09ec4ecd37e9c0cc25b
make sure doctest doesn't pollute __builtins__

This was causing test_builtin to fail after the decimal doctests were run
see #3462
Lib/doctest.py