New submission from Dogan :
Hey there,
I believe I've come across a bug. It occurs when you try to lower() the Turkish
uppercase letter "İ". Gonna explain it with example code since it's easier:
>>> len("Ş")
1
>>> len("Ş".lower())
1
&g
New submission from Ozgur Dogan Ugurlu :
The documentation says:
dis.dis([bytesource])
Disassemble the bytesource object. bytesource can denote either a module, a
class, a method, a function, or a code object. For a module, it disassembles
all functions. For a class, it disassembles all