[Python-checkins] CVS: python/dist/src/Demo/pdist rcslib.py,1.7,1.7.8.1
Tim Peters
tim_one@users.sourceforge.net
2001年7月20日 23:07:44 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Tools/scripts fixheader.py,1.3.6.1,1.3.6.2 texi2html.py,1.12.6.1,1.12.6.2
- Next message: [Python-checkins] CVS: python/dist/src/Doc .cvsignore,1.20.6.1,1.20.6.2 Makefile,1.220.2.1,1.220.2.2 README,1.44,1.44.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Demo/pdist
In directory usw-pr-cvs1:/tmp/cvs-serv27169/descr/dist/src/Demo/pdist
Modified Files:
Tag: descr-branch
rcslib.py
Log Message:
Merge of trunk delta date2001-07-17b to date2001-07-21. See PLAN.txt.
Index: rcslib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/pdist/rcslib.py,v
retrieving revision 1.7
retrieving revision 1.7.8.1
diff -C2 -r1.7 -r1.7.8.1
*** rcslib.py 2000年06月28日 14:44:05 1.7
--- rcslib.py 2001年07月21日 06:07:12 1.7.8.1
***************
*** 34,38 ****
# Characters allowed in work file names
! okchars = string.letters + string.digits + '-_=+.'
def __init__(self):
--- 34,38 ----
# Characters allowed in work file names
! okchars = string.ascii_letters + string.digits + '-_=+'
def __init__(self):
- Previous message: [Python-checkins] CVS: python/dist/src/Tools/scripts fixheader.py,1.3.6.1,1.3.6.2 texi2html.py,1.12.6.1,1.12.6.2
- Next message: [Python-checkins] CVS: python/dist/src/Doc .cvsignore,1.20.6.1,1.20.6.2 Makefile,1.220.2.1,1.220.2.2 README,1.44,1.44.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]