[Python-checkins] CVS: python/dist/src/Mac/scripts gensuitemodule.py,1.15,1.15.2.1

Tim Peters tim_one@users.sourceforge.net
2001年7月20日 23:07:15 -0700


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv27169/descr/dist/src/Mac/scripts
Modified Files:
 Tag: descr-branch
	gensuitemodule.py 
Log Message:
Merge of trunk delta date2001-07-17b to date2001-07-21. See PLAN.txt.
Index: gensuitemodule.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/gensuitemodule.py,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -r1.15 -r1.15.2.1
*** gensuitemodule.py	2000年08月22日 20:34:35	1.15
--- gensuitemodule.py	2001年07月21日 06:07:13	1.15.2.1
***************
*** 826,830 ****
 		return "_empty_ae_name"
 	rv = ''
! 	ok = string.letters + '_'
 	ok2 = ok + string.digits
 	for c in str:
--- 826,830 ----
 		return "_empty_ae_name"
 	rv = ''
! 	ok = string.ascii_letters + '_'
 	ok2 = ok + string.digits
 	for c in str:

AltStyle によって変換されたページ (->オリジナル) /