[New-bugs-announce] [issue27608] Something wrong with str.upper().lower() chain?

Aleksandr Koshkin report at bugs.python.org
Sun Jul 24 13:37:20 EDT 2016


New submission from Aleksandr Koshkin:

For some reason 
>>> 'µ'.upper().lower() == 'µ'
False

----------
components: Unicode
messages: 271174
nosy: ezio.melotti, haypo, magniff
priority: normal
severity: normal
status: open
title: Something wrong with str.upper().lower() chain?
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27608>
_______________________________________


More information about the New-bugs-announce mailing list