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 dfarrell07
Recipients dfarrell07
Date 2014-03-26.08:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395821437.54.0.612861702522.issue21069@psf.upfronthosting.co.za>
In-reply-to
Content
I'm seeing quite a few unit test failures in urllib ("urlopen error unknown url type: https"). From what I've gathered on IRC, this seems to be because I'm missing the ssl module. I'm seeing these errors in 3.4.0, after a simple `./configure; make; make test`. Test results: http://pastebin.com/5LBAjkVW

I'm not seeing them after `hg clone http://hg.python.org/cpython; ./configure --with-pydebug && make -j2; ./python -m test -j3`, via http://docs.python.org/devguide/#quick-start.

Issue 20939 is the closest thing I've found to this, but it seems to be more narrowly scoped (http -> https change at python.org). Nice people on IRC suggest that this is a different enough problem to warrant a new issue.

I'm on an up-to-date Fedora 20 install.
History
Date User Action Args
2014-03-26 08:10:37dfarrell07setrecipients: + dfarrell07
2014-03-26 08:10:37dfarrell07setmessageid: <1395821437.54.0.612861702522.issue21069@psf.upfronthosting.co.za>
2014-03-26 08:10:37dfarrell07linkissue21069 messages
2014-03-26 08:10:33dfarrell07create