diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2018-01-22 15:56:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 15:56:37 (GMT) |
commit | a4b1bb4801f7a941ff9e86b96da539be1c288833 (patch) | |
tree | a5cd81d18b3d10dc8f8b6cdf7d51e8172d5f7ff9 /Python/dynamic_annotations.c | |
parent | 579e0b80b953b8a47385bc50844dbaac45d6f437 (diff) | |
download | cpython-a4b1bb4801f7a941ff9e86b96da539be1c288833.zip cpython-a4b1bb4801f7a941ff9e86b96da539be1c288833.tar.gz cpython-a4b1bb4801f7a941ff9e86b96da539be1c288833.tar.bz2 |
bpo-31801: Enum: add _ignore_ as class option (#5237)
* bpo-31801: Enum: add _ignore_ as class option
_ignore_ is a list, or white-space seperated str, of names that will not
be candidates for members; these names, and _ignore_ itself, are removed
from the final class.
* bpo-31801: Enum: add documentation for _ignore_
* bpo-31801: Enum: remove trailing whitespace
* bpo-31801: Enum: fix bulleted list format
* bpo-31801: add version added for _ignore_
Diffstat (limited to 'Python/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions