[Patches] (no subject)

Fred Gansevles gansevle@cs.utwente.nl
Tue, 11 Apr 2000 10:14:34 +0200


The format of Doc/api/refcount.dat has changed but the parsing-code didn't.
This patch updates the Doc/tools/refcount.py parsing script
----------------------------------------------------------------
I confirm that, to the best of my knowledge and belief, this
contribution is free of any claims of third parties under
copyright, patent or other rights or interests ("claims").  To
the extent that I have any such claims, I hereby grant to CNRI a
nonexclusive, irrevocable, royalty-free, worldwide license to
reproduce, distribute, perform and/or display publicly, prepare
derivative versions, and otherwise use this contribution as part

of the Python software and its related documentation, or any
derivative versions thereof, at no cost to CNRI or its licensed
users, and to authorize others to do so.
FAQ about legal
I acknowledge that CNRI may, at its sole discretion, decide
whether or not to incorporate this contribution in the Python
software and its related documentation.  I further grant CNRI
permission to use my name and other identifying information
provided to CNRI by me for use in connection with the Python
software and its related documentation.

----------------------------------------------------------------
Index: refcounts.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/tools/refcounts.py,v
retrieving revision 1.1
diff -r1.1 refcounts.py
36c36
<         if refcount:
---
>         if not refcount in ('', 'null'):