2012/5/30 <chnin...@users.sourceforge.net> > Revision: 18177 > http://gar.svn.sourceforge.net/gar/?rev=18177&view=rev > Author: chninkel > Date: 2012-05-30 11:17:31 +0000 (Wed, 30 May 2012) > Log Message: > ----------- > v2-solaris11: improve ips name to svr4 name conversion > > Modified Paths: > -------------- > csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py > > Modified: csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py > =================================================================== > --- csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py 2012-05-30 > 08:37:18 UTC (rev 18176) > +++ csw/mgar/gar/v2-solaris11/lib/python/system_pkgmap.py 2012-05-30 > 11:17:31 UTC (rev 18177) > @@ -21,6 +21,7 @@ > import sys > > CONTENT_PKG_RE = r"^\*?(CSW|SUNW)[0-9a-zA-Z\-]?[0-9a-z\-]+$" > +ALPHANUMERIC_RE = r"[0-9a-zA-Z]+" >
The special \w sequence will do the same, so: r"\w+"
_______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel