Re: [Edu-sig] How do I import from __future__ at startup?
Go to http://mail.python.org/mailman/listinfo/edu-sig Go to the very bottom, where it says: 'Edu-sig Subscribers'. Find yourself in the subscribers list if you cannot remember what you subscribed as, and click that, or type it in -- if you can remember -- with your email address. You will end up at a nice page, but you will need your password to enter. If you remember that, fine. If not, have your password mailed to you. Remember that it will come to the address where you subscribed, so if that isn't where you are now, you will have to log into that account to get your mail with your password. Then, equipped with your password you can hit the unsubscribe button. Good luck, mail me if you still have trouble, Laura In a message of Mon, 28 Feb 2005 10:05:50 +1100, "Ken Dobson" writes:
Hi
I joined the list to demonstrate the wonderful benefits of such a list to our organisation, but I don't know how to unsubscribe.
HELP!!!
Ken :o)
----- Original Message ----- From: "Guido van Rossum" <gvanrossum@gmail.com> To: "Christian Mascher" <christian.mascher@gmx.de> Cc: <edu-sig@python.org> Sent: Monday, February 28, 2005 9:59 AM Subject: Re: [Edu-sig] How do I import from __future__ at startup?
I want division always to be imported from __future__ at startup.
Putting from __future__ import division in a file sitecustomize.py doesn't work (which I think is counterintuitive). Do I have to use PYTHONSTARTUP variable? Is there any way at all?
I searched google and python.org but didn't find a quick answer to th is. Perhaps somebody can help me out?
$ python -Qnew Python 2.3.4 (#2, Aug 6 2004, 10:37:58) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
1/2 0.5
-- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig
_______________________________________________ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig
participants (1)
-
Laura Creighton