[Stackless-checkins] CVS: slpdev/src/2.2/src/Lib/email _compat21.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/Lib/email
In directory centera.de:/tmp/cvs-serv13270/src/Lib/email

Modified Files:
	_compat21.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: _compat21.py
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/Lib/email/_compat21.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _compat21.py	21 Aug 2003 16:59:15 -0000	1.2
--- _compat21.py	30 Apr 2004 22:11:27 -0000	1.3
***************
*** 35,39 ****
  
  def _isstring(obj):
!     return isinstance(obj, StringType) or isinstance(obj, UnicodeType)    
  
  
--- 35,39 ----
  
  def _isstring(obj):
!     return isinstance(obj, StringType) or isinstance(obj, UnicodeType)
  
  


_______________________________________________
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