|
From: <bc...@wo...> - 2002-01-11 10:22:10
|
[brian]
>I was looking around at the Options code and saw this line:
>
> Options.caseok = getBooleanOption("options.caseok",
>Options.pollStandardIn);
>
>It looks like a copy & paste bug to me but I thought I'd ask first
>(notice the default value).
Yes, it was copy&paste bug. Fixed now.
In the commit message I added the text "2.1.1 candidate". That is what
the CPython people does to make it easier to backport bugfixes /if/ we
should decide to make a 2.1.1 release.
regards,
finn
|