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 zephor
Recipients vinay.sajip, zephor
Date 2015-11-25.03:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448422105.19.0.929880129746.issue25664@psf.upfronthosting.co.za>
In-reply-to
Content
here is the case, sorry again for just typing it before and not testing it myself :)


# coding=utf-8
import logging

logging.basicConfig(format='%(name)s %(message)s')

logger = logging.getLogger(u'测试')
logger.error(u'测试')


btw, i'm using python2.7.10, mac osx 10.11, but i think this can effect all python2
History
Date User Action Args
2015-11-25 03:28:25zephorsetrecipients: + zephor, vinay.sajip
2015-11-25 03:28:25zephorsetmessageid: <1448422105.19.0.929880129746.issue25664@psf.upfronthosting.co.za>
2015-11-25 03:28:25zephorlinkissue25664 messages
2015-11-25 03:28:24zephorcreate