[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Vinay Sajip

Changes by Vinay Sajip vinay_sa...@yahoo.co.uk:


--
assignee: docs@python - vinay.sajip
nosy: +vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset bfa2a8d91859 by Vinay Sajip in branch '2.6':
Issue #11639: Configuration function documentation referred to logging.XXX 
rather than logging.config.XXX.
http://hg.python.org/cpython/rev/bfa2a8d91859

New changeset f494339674e7 by Vinay Sajip in branch '2.7':
Issue #11639: Configuration function documentation referred to logging.XXX 
rather than logging.config.XXX.
http://hg.python.org/cpython/rev/f494339674e7

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset 1a5aab273332 by Vinay Sajip in branch '2.7':
Issue #11639: Configuration function documentation referred to logging.XXX 
rather than logging.config.XXX.
http://hg.python.org/cpython/rev/1a5aab273332

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-28 Thread Vinay Sajip

Changes by Vinay Sajip vinay_sa...@yahoo.co.uk:


--
resolution:  - fixed
status: open - closed
versions: +Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-22 Thread Santoso Wijaya

New submission from Santoso Wijaya santoso.wij...@gmail.com:

For example, the function `fileConfig` is listed in the documentation [1] as 
`logging.fileConfig`. This was a surprise for me when trying it gave me an 
AttributeError. Only after reading the source code that I found out this 
function is defined in the `logging.config` module, and must be referenced as 
such.

[1] http://docs.python.org/library/logging.html#logging.fileConfig

--
assignee: docs@python
components: Documentation
messages: 131791
nosy: docs@python, santa4nt
priority: normal
severity: normal
status: open
title: Documentation for *Config functions in logging module should be in 
logging.config
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-22 Thread Santoso Wijaya

Changes by Santoso Wijaya santoso.wij...@gmail.com:


--
versions: +Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11639] Documentation for *Config functions in logging module should be in logging.config

2011-03-22 Thread Santoso Wijaya

Changes by Santoso Wijaya santoso.wij...@gmail.com:


--
versions:  -Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11639
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com