New submission from Adam Byrtek :
Code snippet from optparse.py:
344 self.help_position = min(max_len + 2, self.max_help_position)
345 self.help_width = self.width - self.help_position
Where self.width is initialized with the COLUMNS environment variable. On
narrow
Changes by Adam Byrtek :
--
nosy: -adambyrtek
___
Python tracker
<http://bugs.python.org/issue10562>
___
___
Python-bugs-list mailing list
Unsubscribe:
Adam Byrtek added the comment:
What happened with "there should be one-- and preferably only one --obvious way
to do it"?
--
nosy: +adambyrtek
___
Python tracker
<http://bugs.python.o