[Python-checkins] r88644 - in python/branches: py3k/Lib/logging/__init__.py release32-maint/Lib/logging/__init__.py

Eric Smith eric at trueblade.com
Sat Feb 26 15:25:34 CET 2011


On 2/26/2011 9:15 AM, vinay.sajip wrote:

>   class StringTemplateStyle(PercentStyle):
>       default_format = '${message}'
>       asctime_format = '${asctime}'
> +    asctime_search = '{asctime'

Not that it probably matters much, but shouldn't that be '${asctime' 
(with a leading $)?


More information about the Python-checkins mailing list