mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
* [Enum] revert enum module to 3.9
This commit is contained in:
parent
000b9e803a
commit
9bf7c2d638
29 changed files with 1790 additions and 4872 deletions
|
|
@ -453,7 +453,7 @@ class BinaryInteger(enum.IntEnum):
|
|||
zero = 0
|
||||
one = 1
|
||||
doc = pydoc.render_doc(BinaryInteger)
|
||||
self.assertIn('BinaryInteger.zero', doc)
|
||||
self.assertIn('<BinaryInteger.zero: 0>', doc)
|
||||
|
||||
def test_mixed_case_module_names_are_lower_cased(self):
|
||||
# issue16484
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue