]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A few small changes:
authorFred Drake <fdrake@acm.org>
Thu, 29 Nov 2001 04:30:46 +0000 (04:30 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Nov 2001 04:30:46 +0000 (04:30 +0000)
commitea4d2c0241f3f32a7ff0fdc0b1b5c8e4bb58e445
tree328feb87615e75721b056a929977ca89e74c9bc7
parentcffed4bc2162e453a8458d3014e23fa07b627aff
A few small changes:
- Change PREFIX to PREFIXES, which contains a sequence of prefix strings.
  This is useful since we want to look for both Py and PY.
- Wrap a long line.
- Collect struct tags as well as typedef names.  Since we generally only
  use one of the other, that improves coverage.
- Make the script executable on Unix.

This could use a better approach to determine if a symbol is documented,
and could easily avoid keeping the massive string in memory.  That would
take time to actually write more code, though, so we'll bail on that
for now.
Doc/tools/undoc_symbols.py