This makes the ‘current’ module “fileinfos”, it also keeps “stats” as an alias to the new module name for backwards compatibility. Modules with a preceding underscore only get loaded if the name was unmatched to avoid collisions and confusion.
As I mentioned on another thread (we, as in Brian) is working on making this capability show up on the docsite soon.
This will among other things allow better names for modules, like starting all the Google Cloud stuff with, say, gc, and the AWS stuff with aws, and openstack stuff with os_
This will happen as soon as we get the doc site wired up and I’m super excited about it.
Another thing we just talked about is having subdirs, like
cloud/openstack/*
we will definitely want them to be namespaced, like “os_compute”, with aliases, but this will allow the individual doc lists to be categorized better too.