| <warning descr="Python version 2.4 doesn't support this syntax.">from . import smth</warning> | |
| <warning descr="Python version 2.4 doesn't support this syntax.">from .module import name1, name2</warning> | |
| from <warning descr="Python version 3.0, 3.1, 3.2, 3.3, 3.4 do not have module Bastion">Bastion</warning> import BastionClass | |
| <warning descr="Python version 2.4 doesn't support this syntax.">from . import exceptions</warning> | |
| from email.Utils import formatdate |