Results 79 comments of Nice Zombies

> I would be clear that it's _present_ on POSIX, and that testing for the function is no longer a good way to determine whether the platform supports it at...

You can now check if a platform supports Dev Drives / junctions (this also deduplicates the fallback implementations): - `ntpath.isdevdrive is not genericpath.isdevdrive`, `posixpath.isdevdrive is not genericpath.isdevdrive` - `ntpath.isjunction is...

Done, I removed the redundant availabilities from the documentation, and also added a link to `genericpath.py`. Also, @zware, I have made the requested changes; please review again

It would be convenient if `posixpath.isdevdrive` was also available on 3.12, see the PR above.

Understood, `os.path.isdevdrive` only existing on Windows on 3.12 is not considered a bug and therefore this can't be backported.

Well the issue is namely figuring out how to give Pydroid 3 or another Python IDE permission to "/storage/emulated/0 /Android/" as it's different from the storage permission. If that doesn't...

Can you send that obb, it appears that something is wrong with it. It tries to read from an empty subfile...

I'll try when you've given me access to the file. I can't promise anything, some mods just don't want to be messed with.

See, the size in column 5 is set to 0. I'm going to check if I'm using a work-around already.