Skip to content

Commit ce385ce

Browse files
committed
Clarified the module path differences on iOS/Android.
1 parent 16af449 commit ce385ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_thirdparty.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def test_module_paths():
1515

1616
# iOS and Android both play shenanigans with binary locations.
1717
# Make sure the __file__ attribute on the binary module reflects
18-
# the actual location in the file system. The base PIL module is
19-
# pure Python; the binary module for PIL._imaging should be in
20-
# the same folder.
18+
# its package's location in the file system. The base PIL module is
19+
# pure Python; the binary module for PIL._imaging should *appear*
20+
# to be in the same folder (although in practice, it may not be).
2121
assert Path(_imaging.__file__).parent == Path(PIL.__file__).parent
2222

2323

0 commit comments

Comments
 (0)