bpo-2604: Make DocTestCase reset globs in teardown#31932
bpo-2604: Make DocTestCase reset globs in teardown#31932JelleZijlstra merged 3 commits intopython:mainfrom
Conversation
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares
|
Thanks! I think this does need a news entry because doctest is a public API and this fixes a user-visible bug. |
|
@JelleZijlstra Added 😄 Not sure if that also means that this needs to be back ported, but I'll leave that decision up to you. |
Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Thanks @DanielNoord for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
|
Sorry @DanielNoord and @JelleZijlstra, I had trouble checking out the |
|
GH-32057 is a backport of this pull request to the 3.9 branch. |
|
Thanks @DanielNoord for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
GH-32058 is a backport of this pull request to the 3.10 branch. |
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Targets bpo-2604 and bpo-9736.
Combination of both patches as suggested by Irit Katriel on bpo-2604.
I didn't include a news entry as I didn't think it was necessary for test changes. Let me know if I should add one!
https://bugs.python.org/issue2604