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 cavallo71
Recipients akitada, cavallo71, christian.heimes, tarek
Date 2009-05-07.14:23:28
SpamBayes Score 1.556012e-06
Marked as misclassified No
Message-id <1241706213.28.0.0226281886426.issue3992@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Tarek,

there is a new patch.

  - Logger is now back to Log
  - put back INFO/DEBUG etc.
  - Wrapped the code inside a try/except 

I removed the _global_logger/logger variables, because they're
superfluous: so the cound of the module exported symbols should be 
greatly reduced (debug, info, warn, warning, error and fatal).
The warning has been put to match the Logger warning method.

I'm waiting for the suse build server to rebuild the whole python 
interpreter: the system looks very busy so I can confirm later if 
there's been any issue during the build and with the smoke tests.
History
Date User Action Args
2009-05-07 14:23:33cavallo71setrecipients: + cavallo71, christian.heimes, tarek, akitada
2009-05-07 14:23:33cavallo71setmessageid: <1241706213.28.0.0226281886426.issue3992@psf.upfronthosting.co.za>
2009-05-07 14:23:31cavallo71linkissue3992 messages
2009-05-07 14:23:30cavallo71create