[docs] [issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports
intgr
report at bugs.python.org
Thu Apr 21 12:09:21 CEST 2011
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>
_______________________________________
More information about the docs
mailing list