[Gs-cvs] cvs: lpd
ghostscript cvs
gs-cvs at ghostscript.com
Sat Sep 22 21:45:10 PDT 2001
CVSROOT: /cvsroot/ghostscript
Module name: gs
Changes by: lpd 2001/09/23 04:45:10
Modified files:
toolbin : cvs2hist.py
Log message:
Fix: cvs2hist no longer worked in Python 2.1 and later: the regex and regsub
modules were superseded by re, and append() no longer accepted multiple
arguments to create a tuple. The fixes are backward compatible for all
versions of Python from 1.5 on.
More information about the gs-cvs
mailing list