[Python-checkins] python/dist/src/Doc/tools undoc_symbols.py, 1.6, 1.7

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Jun 9 14:50:57 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13330

Modified Files:
	undoc_symbols.py 
Log Message:
Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.


Index: undoc_symbols.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/undoc_symbols.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** undoc_symbols.py	9 Jun 2004 18:38:20 -0000	1.6
--- undoc_symbols.py	9 Jun 2004 18:50:54 -0000	1.7
***************
*** 78,82 ****
      incfiles = os.path.join(incdir, INCLUDEPATTERN)
  
!     fp = os.popen("ctags -IPyAPI_FUNC --c-types=%s -f - %s"
                    % (TAG_KINDS, incfiles))
      dict = findnames(fp, prefix)
--- 78,82 ----
      incfiles = os.path.join(incdir, INCLUDEPATTERN)
  
!     fp = os.popen("ctags -IPyAPI_FUNC -IPy_GCC_ATTRIBUTE --c-types=%s -f - %s"
                    % (TAG_KINDS, incfiles))
      dict = findnames(fp, prefix)




More information about the Python-checkins mailing list