Proposal: add sys to __builtins__

James Stroud jstroud at mbi.ucla.edu
Sun Sep 25 17:07:26 EDT 2005


I'm into *real* purity. I would rather begin every script:

  from python import list, str, dict, sys, os

Oh wait. I only use dict in less than 50% of my scripts:

  from python import list, str, sys, os

That's better.



On Saturday 03 September 2005 02:09, tiissa wrote:
> I was just stating your proposal didn't really solve anything. A good
> editor/template and .pythonrc already save you the typing of 'import
> sys' in scripts for the former and shell command for the latter.

-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/



More information about the Python-list mailing list