[Python-Dev] Re: CVS: python/dist/src/Lib locale.py,1.7,1.8

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Mon, 10 Jul 2000 11:16:13 +0200


greg wrote:


> This checkin was *very* hard to review. In fact, I just gave up.
>=20
> The problem is that you did functional changes *AND* white space =
changes. A
> bunch of lines appear changed, but they're just whitespace change. The
> *real* changes are hidden in there somewhere.

my current editor setup strips bogus trailing whitespace all by
itself.  once they're gone, it's a bit hard to put them back...

the important changes are in getdefaultlocale and the overriding
setlocale function.

</F>