Re: checkJavadocLinks.py fails with Python 3.5.0

2015-09-23 Thread Michael McCandless
You're welcome! Mike McCandless http://blog.mikemccandless.com On Wed, Sep 23, 2015 at 4:33 PM, Ahmet Arslan wrote: > Thanks Mike, its working now. > > Ahmet > > > > On Wednesday, September 23, 2015 10:10 PM, Michael McCandless > wrote: > Looks like you can't be strict when parsing HTML anym

Re: checkJavadocLinks.py fails with Python 3.5.0

2015-09-23 Thread Ahmet Arslan
Thanks Mike, its working now. Ahmet On Wednesday, September 23, 2015 10:10 PM, Michael McCandless wrote: Looks like you can't be strict when parsing HTML anymore in Python3.5: http://bugs.python.org/issue15114 I'll fix checkJavadocLinks... Mike McCandless http://blog.mikemccandless.com O

Re: checkJavadocLinks.py fails with Python 3.5.0

2015-09-23 Thread Michael McCandless
Looks like you can't be strict when parsing HTML anymore in Python3.5: http://bugs.python.org/issue15114 I'll fix checkJavadocLinks... Mike McCandless http://blog.mikemccandless.com On Wed, Sep 23, 2015 at 2:58 PM, Alan Woodward wrote: > I hit this a couple of weeks back, when homebrew automa

Re: checkJavadocLinks.py fails with Python 3.5.0

2015-09-23 Thread Alan Woodward
I hit this a couple of weeks back, when homebrew automatically upgraded me to python 3.5. I have a separate python 3.2 installation, and added this line to ~/build.properties: python32.exe=/path/to/python3.2 Alan Woodward www.flax.co.uk On 23 Sep 2015, at 18:06, Ahmet Arslan wrote: > Hi, >

checkJavadocLinks.py fails with Python 3.5.0

2015-09-23 Thread Ahmet Arslan
Hi, In effort to run "ant precommit" I have installed Python 3.5.0. However, it fails with the following : [exec] File "/Volumes/data/workspace/solr-trunk/dev-tools/scripts/checkJavadocLinks.py", line 20, in [exec] from html.parser import HTMLParser, HTMLParseError [exec] ImportError: ca