[08:17:14] <kezabelle> Hey, this function https://github.com/pypa/pip/blob/develop/pip/utils/__init__.py#L230 appear to only accept ascii paths -- is this by design, or a ticket I ought to raise on GH?
[08:19:33] <ronny> kezabelle: i think its intentional, did you run into a problem?
[08:20:12] <kezabelle> yeah, can no longer install the zipball of Django master
[08:20:44] <kezabelle> specifically because of the path passed into that function, django-master/tests/staticfiles_tests/apps/test/static/test/\u2297.txt
[08:21:27] <ronny> kezabelle: i see, then please report a bug, it should be fixed soon after