[issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports

2011-04-21 Thread intgr
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:

[issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports

2011-04-21 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 05a7d3048c49 by Ezio Melotti in branch '3.2': #11897: Fix typo in porting howto. Patch by Marti Raudsepp. http://hg.python.org/cpython/rev/05a7d3048c49 New changeset 968fba3f34b3 by Ezio Melotti in branch 'default': #11897: Merge

[issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports

2011-04-21 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Fixed, thanks for the patch! -- assignee: docs@python - ezio.melotti nosy: +ezio.melotti resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker