bug#22876: Python can't use https with recent grafts

2016-03-02 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > On Tue, Mar 01, 2016 at 04:13:41PM -0800, Christopher Allan Webber wrote: >> This leads to my suspicion that it's not really grafting's fault here, >> it's the *removal* of a piece of code, thus making things >> abi-incompatible with the system we built. Hopef

bug#22876: Python can't use https with recent grafts

2016-03-02 Thread Mark H Weaver
In brief, I believe this is fixed by commit 03a0e682a8 on master. See below for details. Christopher Allan Webber writes: > Christopher Allan Webber writes: > >> Most of Guix seems to be working just fine with the grafts support and >> grafting of openssl. However, unlike most grafts that will

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Jookia
On Tue, Mar 01, 2016 at 04:13:41PM -0800, Christopher Allan Webber wrote: > This leads to my suspicion that it's not really grafting's fault here, > it's the *removal* of a piece of code, thus making things > abi-incompatible with the system we built. Hopefully most grafting > situations won't req

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Leo Famulari
On Tue, Mar 01, 2016 at 04:13:41PM -0800, Christopher Allan Webber wrote: > Christopher Allan Webber writes: > > > Most of Guix seems to be working just fine with the grafts support and > > grafting of openssl. However, unlike most grafts that will be done > > probably, this one removes a feature

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Most of Guix seems to be working just fine with the grafts support and > grafting of openssl. However, unlike most grafts that will be done > probably, this one removes a feature, and that seems to be creating > problems in Python land. > > >>> from urllib.req

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Leo Famulari
On Tue, Mar 01, 2016 at 03:59:24PM -0800, Christopher Allan Webber wrote: > Most of Guix seems to be working just fine with the grafts support and > grafting of openssl. However, unlike most grafts that will be done > probably, this one removes a feature, and that seems to be creating > problems i

bug#22876: Python can't use https with recent grafts

2016-03-01 Thread Christopher Allan Webber
Most of Guix seems to be working just fine with the grafts support and grafting of openssl. However, unlike most grafts that will be done probably, this one removes a feature, and that seems to be creating problems in Python land. >>> from urllib.request import HTTPSHandler Traceback (most re