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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, t-vi
Date 2018-06-15.19:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529090480.22.0.56676864532.issue33826@psf.upfronthosting.co.za>
In-reply-to
Content
In [1]: import logging

In [2]: logging.Logger.__module__
Out[2]: 'logging'

In [4]: import sys

In [6]: sys.modules[logging.Logger.__module__].__file__
Out[6]: 'C:\\Program Files\\Python36\\lib\\logging\\__init__.py'
History
Date User Action Args
2018-06-15 19:21:20Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, t-vi
2018-06-15 19:21:20Ivan.Pozdeevsetmessageid: <1529090480.22.0.56676864532.issue33826@psf.upfronthosting.co.za>
2018-06-15 19:21:20Ivan.Pozdeevlinkissue33826 messages
2018-06-15 19:21:20Ivan.Pozdeevcreate