Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

core.py: Fix bug due to Python Doctest #62

Merged
merged 1 commit into from
Jan 17, 2019
Merged

core.py: Fix bug due to Python Doctest #62

merged 1 commit into from
Jan 17, 2019

Conversation

nvzard
Copy link
Contributor

@nvzard nvzard commented Oct 27, 2018

doctest.DocTestFinder().find() was raising
unexpected ResourceNotFoundError exception
due to upstream changes in Python 3.5

Fixes #51

`doctest.DocTestFinder().find()` was raising
unexpected `ResourceNotFoundError` exception
due to upstream changes in Python 3.5

Fixes #51
@nvzard
Copy link
Contributor Author

nvzard commented Oct 31, 2018

Hey @timofurrer

Can you please take a look at this?

Thanks

@timofurrer timofurrer merged commit c0ac85a into timofurrer:master Jan 17, 2019
@nvzard nvzard deleted the nvzard/doctest_bug branch March 3, 2019 12:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants