New submission from intgr <marti at juffo.org>: The "Porting Python 2 Code to Python 3" guide currently says: from __future__ import absolute_imports However it should be singular: from __future__ import absolute_import ---------- assignee: docs at python components: Documentation files: absolute_import_singular.patch keywords: patch messages: 134206 nosy: docs at python, intgr priority: normal severity: normal status: open title: [PATCH] Documentation: fix typo, absolute_import not absolute_imports versions: Python 3.2 Added file: http://bugs.python.org/file21746/absolute_import_singular.patch _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue11897> _______________________________________