Greek case mapping is asymmetric:
Python case mapping uses language/locale insensitive full case mapping. Greek requires langauge sensitive mappings defined in CLDR transformations. These build on the data in UnicodeData.txt and SpecialCasing.txt.
The PyICU module supports Greek case mapping:
import icu