Vinay Sajip added the comment:

This must be some kind of SVN issue. Works fine on 2.5.1:

Python 2.5.1 (r251:54863, May  2 2007, 16:56:35) 
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging
>>> def myLoggingFunc():
...     logging.warning("Be warned!")
... 
>>> logging.basicConfig(format="%(funcName)s %(message)s")
>>> myLoggingFunc()
myLoggingFunc Be warned!
>>>

----------
resolution:  -> invalid
status: open -> pending

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1709>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to