[Python-checkins] python/dist/src/Mac/Python macmain.c,1.81,1.82

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 08 Jan 2003 08:28:15 -0800


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv27782/Mac/Python

Modified Files:
	macmain.c 
Log Message:
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.


Index: macmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macmain.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** macmain.c	13 Dec 2002 13:57:35 -0000	1.81
--- macmain.c	8 Jan 2003 16:27:41 -0000	1.82
***************
*** 490,494 ****
--- 490,497 ----
  	Py_Initialize();
  	
+ #if 0
+ 	/* According to Martin v. Loewis this is a bad idea... */
  	PyUnicode_SetDefaultEncoding(PyMac_getscript());
+ #endif
  	
  	PySys_SetArgv(argc, argv);