In Python 2.x, the os module only works with bytestring. Using unicode with it causes errors with multibyte characters (test pkgs: aspell-es, aspell-pt) resulting in leftover files when removing package content.
In Python 2.x, the os module only works with bytestring. Using unicode with it causes errors with multibyte characters (test pkgs: aspell-es, aspell-pt) resulting in leftover files when removing package content.