On 11/05/2013 05:03 AM, vinay.sajip wrote:
> http://hg.python.org/cpython/rev/5636366db039
> changeset:   86936:5636366db039
> branch:      3.3
> parent:      86933:2c191b0b5e7a
> user:        Vinay Sajip <vinay_sa...@yahoo.co.uk>
> date:        Tue Nov 05 10:02:21 2013 +0000
> summary:
>   Issue #18345: Added cookbook example illustrating handler customisation.
> 
> files:
>   Doc/howto/logging-cookbook.rst |  135 +++++++++++++++++++++
>   1 files changed, 135 insertions(+), 0 deletions(-)
> 
> 
> diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
> --- a/Doc/howto/logging-cookbook.rst
> +++ b/Doc/howto/logging-cookbook.rst
> @@ -1694,3 +1694,138 @@
>  Note that the order of items might be different according to the version of
>  Python used.
>  
> +.. currentmodule:: logging.config
> +
> +Customising handlers with :func:`dictConfig`
> +--------------------------------------------

I love all things British, but the python source code usually uses
"customiz*" (341 instances) over "customis*" (19 instance, 8 of which
are in logging).

I realize "foolish consistency", and all that, but I think the
documentation should all use the same conventions. I'd be happy to
change the documentation.

Eric.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to