On May 25, 12:27 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
>
> Is a further 2.4 release planned?
>
> I'd have thought that unless a security issue appears the answer is
> likely to be "no".
>
You never know - and it didn't take long to commit the change to
release24-maint, so why not?!
Regards,
Vinay Sajip wrote:
> On May 23, 12:05 pm, [EMAIL PROTECTED] wrote:
>> The logger objects findCaller() method is returning a "3" element
>> tuple instead of "2" two as
>> documented in the 2.4.4 Python Library Reference .DocString is showing
>> it correctly.
>
> I've updated the docs - the next 2.
On May 23, 12:05 pm, [EMAIL PROTECTED] wrote:
> The logger objects findCaller() method is returning a "3" element
> tuple instead of "2" two as
> documented in the 2.4.4 Python Library Reference .DocString is showing
> it correctly.
I've updated the docs - the next 2.4.x release should have them.
The logger objects findCaller() method is returning a "3" element
tuple instead of "2" two as
documented in the 2.4.4 Python Library Reference .DocString is showing
it correctly.
findCaller()
Finds the caller's source filename and line number. Returns the
filename and line number as a 2-eleme