[ python-Bugs-1157255 ] PEP 328 and Python 2.4 error

SourceForge.net noreply at sourceforge.net
Sat Mar 5 14:23:06 CET 2005


Bugs item #1157255, was opened at 2005-03-05 13:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1157255&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kent Johnson (kjohnson)
Assigned to: Nobody/Anonymous (nobody)
Summary: PEP 328 and Python 2.4 error

Initial Comment:
PEP 328 says that 
from __future__ import absolute_import

will be part of Python 2.4, but it is not:

D:\Projects\CB>python
Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32
bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for
more information.
 >>> from __future__ import absolute_import
  File "<stdin>", line 1
SyntaxError: future feature absolute_import is not defined

The PEP should be updated to reflect this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1157255&group_id=5470


More information about the Python-bugs-list mailing list