]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
authorZackery Spytz <zspytz@gmail.com>
Sun, 13 Sep 2020 20:27:51 +0000 (14:27 -0600)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 20:27:51 +0000 (13:27 -0700)
commit2ec67526a6ed3312f4fac22b527ca0ff161531b8
tree80330b2c06b33ea9bd6a070a49053dee09a2ef51
parentb48389d95093c3f912549add8da339edc164bf0d
bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
Lib/enum.py
Lib/test/test_enum.py