mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-16 05:28:45 +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