[csw-devel] SF.net SVN: gar:[19242] csw/mgar/gar/v2-yann/lib/python/inspective_package. py
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Thu Sep 20 00:17:15 CEST 2012
Revision: 19242
http://gar.svn.sourceforge.net/gar/?rev=19242&view=rev
Author: chninkel
Date: 2012-09-19 22:17:14 +0000 (Wed, 19 Sep 2012)
Log Message:
-----------
fixed a forgotten space in a verbose regexp
Modified Paths:
--------------
csw/mgar/gar/v2-yann/lib/python/inspective_package.py
Modified: csw/mgar/gar/v2-yann/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2-yann/lib/python/inspective_package.py 2012-09-19 21:59:21 UTC (rev 19241)
+++ csw/mgar/gar/v2-yann/lib/python/inspective_package.py 2012-09-19 22:17:14 UTC (rev 19242)
@@ -404,7 +404,7 @@
|\s*(?:index\s+)?file\s+version\s*$ # Version definition header
|\s*index\s*value\s+size\s+type\s+bind # Symbol table header
\s+oth\s+ver\s+shndx\s+name\s*$
- |\s*index\s+flags\s+bound to\s+symbol\s*$ # Syminfo header
+ |\s*index\s+flags\s+bound\sto\s+symbol\s*$ # Syminfo header
|\s*$ # There is always a blank
# line before a new section
""")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list