Funny __future__ imports

MRAB python at mrabarnett.plus.com
Tue Dec 21 21:38:35 EST 2010


On 21/12/2010 22:17, Daniel da Silva wrote:
> from __future__ import space_shuttle
> DeprecationWarning: will be removed in next release
>
>
> Post yours!
>
from __future__ import time_machine
ImportError: time_machine in use by import



More information about the Python-list mailing list