[Python-checkins] r84221 - python/branches/py3k/PC/pyconfig.h

tim.golden python-checkins at python.org
Fri Aug 20 10:31:27 CEST 2010


Author: tim.golden
Date: Fri Aug 20 10:31:26 2010
New Revision: 84221

Log:
Remove long-redundant plat-win from sys.path on Windows

Modified:
   python/branches/py3k/PC/pyconfig.h

Modified: python/branches/py3k/PC/pyconfig.h
==============================================================================
--- python/branches/py3k/PC/pyconfig.h	(original)
+++ python/branches/py3k/PC/pyconfig.h	Fri Aug 20 10:31:26 2010
@@ -80,7 +80,7 @@
 #define MS_WIN32 /* only support win32 and greater. */
 #define MS_WINDOWS
 #ifndef PYTHONPATH
-#	define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win"
+#	define PYTHONPATH L".\\DLLs;.\\lib"
 #endif
 #define NT_THREADS
 #define WITH_THREAD


More information about the Python-checkins mailing list