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.

Author terry.reedy
Recipients THRlWiTi, Todd.Rovito, asvetlov, docs@python, eric.araujo, georg.brandl, markroseman, ned.deily, python-dev, roger.serwy, terry.reedy, zach.ware
Date 2015-09-22.02:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442890358.26.0.450226769375.issue16893@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-22 02:52:38terry.reedysetrecipients: + 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:38terry.reedysetmessageid: <1442890358.26.0.450226769375.issue16893@psf.upfronthosting.co.za>
2015-09-22 02:52:38terry.reedylinkissue16893 messages
2015-09-22 02:52:37terry.reedycreate