Message410711
GH-30582 broke doc tests in 3.11 branch:
File "library/enum.rst", line ?, in default
Failed example:
Color(0)
Exception raised:
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython/Lib/doctest.py", line 1346, in __run
exec(compile(example.source, filename, "single",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<doctest default[0]>", line 1, in <module>
Color(0)
^^^^^
NameError: name 'Color' is not defined |
|
Date |
User |
Action |
Args |
2022-01-16 18:40:33 | christian.heimes | set | recipients:
+ christian.heimes, barry, rhettinger, scoder, ezio.melotti, mrabarnett, eli.bendersky, ethan.furman, serhiy.storchaka, The Compiler, veky, mscuthbert, pablogsal |
2022-01-16 18:40:33 | christian.heimes | set | messageid: <1642358433.22.0.525408295553.issue40066@roundup.psfhosted.org> |
2022-01-16 18:40:33 | christian.heimes | link | issue40066 messages |
2022-01-16 18:40:33 | christian.heimes | create | |
|