mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385)
This commit is contained in:
parent
19a1fc1b3d
commit
fbb9027a03
3 changed files with 23 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix bug where comparison between instances of :class:`~doctest.DocTest` fails if
|
||||
one of them has ``None`` as its lineno.
|
Loading…
Add table
Add a link
Reference in a new issue