|
|
|
As PEP 328 says, Python 2.5 will raise an DepricationWarning, so your modules will work until 2.6, but log a warning.
Johannes |
06/02/14 - 7:42 pm | #
|
|
Aha... missed that salient point. (Read it then forgot it I think.) Thanks - that makes it a little less painful.
Fuzzyman |
Homepage |
06/02/14 - 11:30 pm | #
|
|
from __future__ import absolute_import doesn't in fact work in Python 2.4. It was proposed to include the PEP for 2.4, but only the multiline provisions made it.
Hamish Lawson |
06/02/15 - 12:36 pm | #
|
|
|
Commenting by HaloScan
|