Closed
Description
Lines 38 to 40 in 67b6c25
I guess that can be simplified to just look for is_ascii_graphic
:
else if self.0.is_ascii_graphic()
I would also prefer to change the name of the variable "AsciiPrintable", because "printable" normally also includes the space.