Python 2.X vs. 3.X - level of acceptance?

2010-04-27 Thread Stephan Schulz
- It can be done! - Please email me as sch...@eprover.org (Stephan Schulz) -- http://mail.python.org/mailman/listinfo/python-list

Re: socket and DynDNS

2008-10-22 Thread Stephan Schulz
------- Please email me as [EMAIL PROTECTED] (Stephan Schulz) -- http://mail.python.org/mailman/listinfo/python-list

Re: static variables in Python?

2008-10-22 Thread Stephan Schulz
__call__(self): self.static_var+=1 return self.static_var fun_with_state = hidden() >>> fun_with_state() 1 >>> fun_with_state() 2 >>> fun_with_state() 3 >>> fun_with_state() 4 Bye, Stephan -- -- It can be done! ------

socket and DynDNS

2008-10-22 Thread Stephan Schulz
for any input! Bye, Stephan -- -- It can be done! - Please email me as [EMAIL PROTECTED] (Stephan Schulz) -- http://mail.python.org/mailman/listinfo/python-list

Re: Imported or executed?

2005-02-16 Thread Stephan Schulz
In article <[EMAIL PROTECTED]>, Fredrik Lundh wrote: >Stephan Schulz wrote: > >> Is there a (portable, standard) way for the program/module to find out >> if it is imported or executed stand-alone? > >if a module is executed, it's name is set to "__main

Imported or executed?

2005-02-16 Thread Stephan Schulz
-- It can be done! - Please email me as [EMAIL PROTECTED] (Stephan Schulz) -- http://mail.python.org/mailman/listinfo/python-list