[Python-Dev] Python 2.2.2b1 checkin freeze (original) (raw)

Guido van Rossum guido@python.org
Tue, 08 Oct 2002 10:52:22 -0400


I know of 2 problems. Both are simple and low-risk to fix. In NEWS, alrady is misspelled. tstate->tickcounter is not initialized in Python/pystate.c line 138.

Fixed -- in time for the final 2.2.2 release.

If I remember correct, there is some inconsistent use/doc of True/False vs 1/0 in ConfigParser.py. I don't think this is worth fixing in 2.2.2.

Definitely not.

I valgrind'ed 2.2.2 on Sept 26 and all was clean.

Thanks!

--Guido van Rossum (home page: http://www.python.org/~guido/)