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.

classification
Title: logging.setLoggerClass() doesn't support new-style classes
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, pje
Priority: normal Keywords:

Created on 2003-04-18 18:06 by pje, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15507 - (view) Author: PJ Eby (pje) * (Python committer) Date: 2003-04-18 18:06
Trying to use 'logging.setLoggerClass(aNewStyleClass)'
raises a TypeError, "setLoggerClass is expecting a class".
msg15508 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-04-23 13:13
Logged In: YES 
user_id=33168

Vinay said this change was acceptable in mail.

Checked in as:
  * Lib/logging/__init__.py 1.10
History
Date User Action Args
2022-04-10 16:08:12adminsetgithub: 38328
2003-04-18 18:06:13pjecreate