[Stackless-checkins] CVS: slpdev/src/2.2/src/Tools/idle EditorWindow.py, 1.2, 1.3

Christian Tismer tismer at centera.de
Sat May 1 00:11:31 CEST 2004


Update of /home/cvs/slpdev/src/2.2/src/Tools/idle
In directory centera.de:/tmp/cvs-serv13270/src/Tools/idle

Modified Files:
	EditorWindow.py 
Log Message:
checking Python 2.2.3 back in, almost unmodified.
The only modifications are in PCbuild, and the additon of the
new Stackless for 2.3.3 trunk.

Purpose: I will apply all current changes to 2.3.3 back to 2.2.3.
Since I'm unsure how to do this on the current dev trunk by CVS,
and since I never imported 2.2.3 before, I prefer to do it this
way, using the merge program explicitly.


Index: EditorWindow.py
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/Tools/idle/EditorWindow.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** EditorWindow.py	21 Aug 2003 16:59:17 -0000	1.2
--- EditorWindow.py	30 Apr 2004 22:11:27 -0000	1.3
***************
*** 94,98 ****
          module = imp.load_module(tgt, file, filename, descr)
          try:
!         path = module.__path__
          except AttributeError:
              raise ImportError, 'No source for module ' + module.__name__
--- 94,98 ----
          module = imp.load_module(tgt, file, filename, descr)
          try:
!             path = module.__path__
          except AttributeError:
              raise ImportError, 'No source for module ' + module.__name__


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list