ITP: pyrecord -- Pythonic record types

2014-11-18 Thread Ghislain Vaillant
Package: wnpp Severity: wishlist Owner: Ghislain Antony Vaillant * Package name : pyrecord Version : 1.0.0~rc1 Upstream Author : Gustavo Narea * URL : https://pythonhosted.org/pyrecord/ * License: Apache-2.0 Programming Lang: Python

Building Python without SSLv3 breaks requests

2014-11-18 Thread Yannick Roehlly
Hi, The building of Python 2 without SSLv3 support breaks requests: import requests Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/dist-packages/requests/__init__.py, line 68, in module _attach_namespace(urllib3, 'requests.packages') File

Re: Building Python without SSLv3 breaks requests

2014-11-18 Thread Daniele Tricoli
Hello Yannick, thanks for this report! On Wednesday 19 November 2014 00:45:19 Yannick Roehlly wrote: and maybe other packages or software (for instance, a local install of Vim's YouCompleteMe embedding it's own Python requests does not work). Should bugs be reported against the broken

Re: Building Python without SSLv3 breaks requests

2014-11-18 Thread Matthias Klose
On 11/19/2014 12:45 AM, Yannick Roehlly wrote: Hi, The building of Python 2 without SSLv3 support breaks requests: import requests Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/dist-packages/requests/__init__.py, line 68, in module