mirror of
https://github.com/davidhalter/parso.git
synced 2026-06-19 07:32:32 +08:00
cbb61fb819
bpo-40066: Enum: adjust repr() to show only enum and member name (not value, nor angle brackets) and str() to show only member name. https://bugs.python.org/issue40066