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 Arfrever
Recipients Arfrever, vinay.sajip
Date 2011-01-02.22:50:18
SpamBayes Score 2.9161385e-05
Marked as misclassified No
Message-id <1294008631.29.0.376698831209.issue10810@psf.upfronthosting.co.za>
In-reply-to
Content
r82912 introduced NameError for ST_MTIME in Lib/logging/handlers.py on 3.1 branch. It's a regression in 3.1.3. The code in 3.2 is correct.

-from stat import ST_DEV, ST_INO
+from stat import ST_DEV, ST_INO, ST_MTIME

This bug was originally reported in Gentoo Bugzilla:
https://bugs.gentoo.org/show_bug.cgi?id=350400
History
Date User Action Args
2011-01-02 22:50:31Arfreversetrecipients: + Arfrever, vinay.sajip
2011-01-02 22:50:31Arfreversetmessageid: <1294008631.29.0.376698831209.issue10810@psf.upfronthosting.co.za>
2011-01-02 22:50:18Arfreverlinkissue10810 messages
2011-01-02 22:50:18Arfrevercreate