This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author intgr
Recipients docs@python, intgr
Date 2011-04-21.10:09:14
SpamBayes Score 1.0327143e-06
Marked as misclassified No
Message-id <1303380560.99.0.860911638141.issue11897@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-04-21 10:09:21intgrsetrecipients: + intgr, docs@python
2011-04-21 10:09:20intgrsetmessageid: <1303380560.99.0.860911638141.issue11897@psf.upfronthosting.co.za>
2011-04-21 10:09:14intgrlinkissue11897 messages
2011-04-21 10:09:14intgrcreate