commit | 8b14dd39cfe0d0220d9505f90c5325bdaf7d2023 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Oct 06 16:21:08 2014 +0200 |
committer | Georg Brandl <georg@python.org> | Mon Oct 06 16:21:08 2014 +0200 |
tree | 9e4e245573aba9ada82894a1276ed059e20e7584 | |
parent | b74cf54a647d8038c7fd40effe6049570a03818b [diff] |
Closes #10031: overhaul the "imports" section of the programming FAQ. Remove the advice to never use relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules.