This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author l0nwlf
Recipients abakker, ezio.melotti, l0nwlf
Date 2010-02-12.17:44:04
SpamBayes Score 2.7163788e-10
Marked as misclassified No
Message-id <1265996646.56.0.457197490325.issue7909@psf.upfronthosting.co.za>
In-reply-to
Content
Seems fine to me, does not raise any errors. My OS is OS X Snow Leopard. I checked it in python 2.5, 2.6, 2.7 too, no issues raised.

Shashwat-Anands-MacBook-Pro:test l0nwlf$ python2.6
Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os,logging
>>> logging.basicConfig(level=logging.CRITICAL,
...                     format='%(asctime)s %(levelname)-8s %(message)s',
...                     datefmt='%a, %d %b %Y %H:%M:%S',
...                     filename=os.devnull,
...                     filemode='w')
>>>
History
Date User Action Args
2010-02-12 17:44:06l0nwlfsetrecipients: + l0nwlf, abakker, ezio.melotti
2010-02-12 17:44:06l0nwlfsetmessageid: <1265996646.56.0.457197490325.issue7909@psf.upfronthosting.co.za>
2010-02-12 17:44:04l0nwlflinkissue7909 messages
2010-02-12 17:44:04l0nwlfcreate