[issue22029] argparse - CSS white-space: like control for individual text blocks

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-31 Thread paul j3
Changes by paul j3 : Removed file: http://bugs.python.org/file36160/issue22029_2.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-31 Thread paul j3
Changes by paul j3 : Added file: http://bugs.python.org/file36187/issue22029_2.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-29 Thread paul j3
Changes by paul j3 : Added file: http://bugs.python.org/file36160/issue22029_2.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-21 Thread paul j3
paul j3 added the comment: One way of marking a string for special wrap handing is to make it an instance of a subclass of 'str'. This patch adds class _WhitespaceStyle(str), and 5 subclasses corresponding to the possible values of the CSS whitespace:. Normal Pre NoWrap Pr

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-21 Thread paul j3
New submission from paul j3: A number of the issues seek to customize the wrapping behavior in HelpFormatter - beyond what the current Formatter subclasses offer. http://bugs.python.org/issue13923 and http://bugs.python.org/issue12806 - want a wrapping method that preserves existing \n, while