Python's 8-bit cleanness deprecated?
Greg Ewing (using news.cis.dfn.de)
me at privacy.net
Mon Feb 3 18:36:42 EST 2003
holger krekel wrote:
>
> Yip, but __future__ is really such a special thing (nobody
> knows what may come out of it) you don't really want to duplicate
> this specialness.
Perhaps, then
from __future__ import alternate_reality_support
from __alternate_realities__ import wishful_thinking
from __feature_wishes__ import importable_source_file_encodings
from __encodings__ import latin1
More information about the Python-list
mailing list