Why does `from module import` support `(module, module)`, but not merely `import`?

PEP 8 is not about how fast you can write the code, but about readability.