[issue3992] removed custom log from distutils

Antonio Cavallo report at bugs.python.org
Thu May 7 16:23:33 CEST 2009


Antonio Cavallo <a.cavallo at cavallinux.eu> added the comment:

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.

----------
Added file: http://bugs.python.org/file13912/issue3992.remove-custom-log.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3992>
_______________________________________


More information about the Python-bugs-list mailing list