Message251285
NEWS entries are done.
I added a function, copy_strip, to help.py to rstrip (in bytes mode) idle.html as it copies to help.html. (I changed the name to better remember which is which.) In my .bat file, with Doc as current directory, I use
..\pcbuild\python_d.exe -c "from idlelib.help import copy_strip; copy_strip()"
I could change the if __name__ block so that
..\pcbuild\python_d.exe -m idlelib.help copy_strip
would work. Either way, I would like to add 'idlehelp' to makefiles. But not tonight. |
|
Date |
User |
Action |
Args |
2015-09-22 02:52:38 | terry.reedy | set | recipients:
+ terry.reedy, georg.brandl, ned.deily, roger.serwy, eric.araujo, asvetlov, markroseman, THRlWiTi, docs@python, Todd.Rovito, python-dev, zach.ware |
2015-09-22 02:52:38 | terry.reedy | set | messageid: <1442890358.26.0.450226769375.issue16893@psf.upfronthosting.co.za> |
2015-09-22 02:52:38 | terry.reedy | link | issue16893 messages |
2015-09-22 02:52:37 | terry.reedy | create | |
|