Terry J. Reedy added the comment:

I updated the patch to match a change, since you posted this, from 70 to 72 in 
.def and 'maxformatwidth' to ' limit' in formatparagraph. I also added a 
'guard' value of 72 in case GetOption returns None (as it did before I changed 
the option name). I checked that there is no instance of 'para' other than in 
'param' in configDialog and ran the tests. I view the attached as ready to 
commit to 3.4 and merge to 3.5. In 2.7, the patch applies cleanly to the files 
other that configDialog. The problem there is  frameEncoding stuff in the 
context that is not present in 3.4 or the patch.  I would just hand edit the 
2.7 file to delete the lines again.

Would you like to push this as your first commit?

----------
nosy: +terry.reedy
stage:  -> commit review
type:  -> enhancement
versions: +Python 2.7 -Python 3.3
Added file: http://bugs.python.org/file35562/formatpara - 20577-34.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20577>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to