| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
I don't think this addresses any known or real user problem. It just makes life more difficult for the module maintainer. |
Sorry, something went wrong.
This looks like redundant code. And we already have more general way to run doctest (via python -m doctest) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
we can use next command for doctests: ./python -m doctest Lib/heapq.py -v
and we already loading doctest in next line:
cpython/Lib/test/test_heapq.py
Lines 30 to 45 in ebc24d5