Relocate importlib._case_ok to importlib._bootstrap.
This required updating the code to use posix instead of os. This is all being done to make bootstrapping easier to removing dependencies that are kept in importlib.__init__ and thus outside of the single file to bootstrap from.
B
Brett Cannon committed
51d14f8e565cd82a4efb6c18b7fdf29eddcca878
Parent: e9cd900