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.

classification
Title: typo on man page warning control
Type: Stage:
Components: Documentation Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, lieryan
Priority: normal Keywords: patch

Created on 2009-06-23 21:22 by lieryan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
onlyonly.diff lieryan, 2009-06-23 21:22
dup.diff lieryan, 2009-06-23 22:12
Messages (3)
msg89645 - (view) Author: Lie Ryan (lieryan) Date: 2009-06-23 21:22
A minor typo on the man page

> -W argument
> ...
> such as inside a loop); module to print each warning *only only*
> ...
msg89649 - (view) Author: Lie Ryan (lieryan) Date: 2009-06-23 22:12
Bored, I grepped the trunk for a few more stuffs that has similar
consecutive duplicate typos. The dup.diff patch corrects these typos.

Not opening a new issue since all of them are minor.
msg89656 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-24 06:41
Thanks, applied in r73544.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50581
2009-06-24 06:41:26georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89656
2009-06-23 22:12:16lieryansetfiles: + dup.diff

messages: + msg89649
2009-06-23 21:22:08lieryancreate