New submission from intgr <ma...@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@python
components: Documentation
files: absolute_import_singular.patch
keywords: patch
messages: 134206
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to