]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Dec 2019 23:30:04 +0000 (15:30 -0800)
committerBrett Cannon <54418+brettcannon@users.noreply.github.com>
Fri, 13 Dec 2019 23:30:04 +0000 (15:30 -0800)
commitd3212036aa2510b9e133ba4bfaf1262d6bcbe7f0
tree76fd2105dff1a191c24f61f54f89498d7e15fedc
parent0ed45d0cbfc7579dfc5527c19aa6e4bb696db2e0
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)

(cherry picked from commit 8289e27393395ee903bd096d42e07c112d7f15c6)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS.d/next/Library/2019-03-24-12-12-27.bpo-36406.mCEkOl.rst [new file with mode: 0644]