Issue 1222235: Bad optparse help wrapping with multiple paragraphs (original) (raw)
Issue1222235
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/42091
classification
Title: | Bad optparse help wrapping with multiple paragraphs | |
---|---|---|
Type: | enhancement | Stage: |
Components: | Library (Lib) | Versions: |
process
Status: | closed | Resolution: | not a bug |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | gward | Nosy List: | barry, gward, nnorwitz |
Priority: | normal | Keywords: |
Created on 2005-06-16 22:18 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg54573 - (view) | Author: Barry A. Warsaw (barry) * ![]() |
Date: 2005-06-16 22:18 |
If the help text for an option consists of multiple paragraphs, optparse wraps all the paragraphs into one big mess when --help is used. optparse should really split the text by paragraphs and fill each individual paragraph. | ||
msg54574 - (view) | Author: Greg Ward (gward) ![]() |
Date: 2005-07-22 02:08 |
Logged In: YES user_id=14422 This sounds an awful lot like Optik RFE #1055954 -- see https://sourceforge.net/tracker/?func=detail&atid=421100&aid=1055954&group_id=38019 . | ||
msg54575 - (view) | Author: Neal Norwitz (nnorwitz) * ![]() |
Date: 2007-03-16 06:27 |
Closing, assuming this is tracked in http://sourceforge.net/projects/optik |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:11 | admin | set | github: 42091 |
2005-06-16 22🔞10 | barry | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements