Bugfix for classfix.py
Guido van Rossum (Guido.van.Rossum@cwi.nl)
Thu, 26 Dec 91 13:22:27 +0100
Oops, the mode in the classfix.py script I just posted to this list was
masked off with a bogus mask. Here's a patch:
140c140
< posix.chmod(tempname, statbuf[ST_MODE] & 0x7777)
---
> posix.chmod(tempname, statbuf[ST_MODE] & 07777)
--Guido van Rossum, CWI, Amsterdam <guido@cwi.nl>
"Antidisestablishmentarianism"