mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25161: Merge full stops from 3.4 into 3.5
This commit is contained in:
commit
84835ab1cb
38 changed files with 42 additions and 40 deletions
|
@ -714,7 +714,7 @@ allow one to do things with an :class:`Enum` class that fail on a typical
|
|||
class, such as `list(Color)` or `some_var in Color`. :class:`EnumMeta` is
|
||||
responsible for ensuring that various other methods on the final :class:`Enum`
|
||||
class are correct (such as :meth:`__new__`, :meth:`__getnewargs__`,
|
||||
:meth:`__str__` and :meth:`__repr__`)
|
||||
:meth:`__str__` and :meth:`__repr__`).
|
||||
|
||||
|
||||
Enum Members (aka instances)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue