On Wed, Jan 13, 2010 at 9:57 AM, sstein...@gmail.com > Or, how about just removing the antiquated use of environment variables altogether from Python 3 and avoid the issue completely.
-1. They have their use, but more in controlled situations. If you have "global" env vars that you only want to use with Python 2.x, write a wrapper for Python 3 that invokes it with -E. -- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com