[issue6720] multiprocessing logging
New submission from Benjamin Liles : In the backport package of the multiprocessing library. A bug was introduced in version 2.6.2.1 when the logging module was modified. If you use logging in the backport, you get the following: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py", line 744, in emit msg = self.format(record) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py", line 630, in format return fmt.format(record) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py", line 421, in format s = self._fmt % record.__dict__ KeyError: 'processName' -- components: Library (Lib) messages: 91670 nosy: benliles severity: normal status: open title: multiprocessing logging type: crash versions: Python 2.5 ___ Python tracker <http://bugs.python.org/issue6720> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue8933] Invalid detection of metadata version
New submission from Benjamin Liles : The detection for metadata version does not follow what is specified in PEP 241 and PEP 314. Specifically, the following fields are being sent as version 1.0 when they are not allowed as per PEP 241: * Classifier * Download-URL -- assignee: tarek components: Distutils messages: 107268 nosy: benliles, tarek priority: normal severity: normal status: open title: Invalid detection of metadata version type: behavior versions: Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/issue8933> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6720] multiprocessing logging
Benjamin Liles added the comment: I don't think it has been fixed yet. -- status: pending -> open ___ Python tracker <http://bugs.python.org/issue6720> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com