Update of /cvsroot/pygccxml/source/pygccxml/declarations
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pygccxml/declarations
Modified Files:
filters.py
Log Message:
I was ill and did not have my TortoiseCVS :-).
This commit contains documentation changes only.
Those changes had been done for latest release version.
Index: filters.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/declarations/filters.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** filters.py 6 Apr 2006 06:39:54 -0000 1.9
--- filters.py 20 Apr 2006 04:06:40 -0000 1.10
***************
*** 128,132 ****
#An other option is that pygccxml will create absolute path using
#os.path.abspath function. But I think this is just wrong, because abspath
! #builds path using current working directory. This behaviour is fragile
#and very difficult to find a bug.
matcher_base_t.__init__( self )
--- 128,132 ----
#An other option is that pygccxml will create absolute path using
#os.path.abspath function. But I think this is just wrong, because abspath
! #builds path using current working directory. This behavior is fragile
#and very difficult to find a bug.
matcher_base_t.__init__( self )
|