Re: [pypy-dev] Unify lib_pypy by vendoring six

2014-12-05 Thread VanL
Hi Amaury, On Fri, Dec 5, 2014 at 9:58 AM, Amaury Forgeot d'Arc wrote: > lib_pypy is a portion of the stdlib. > It contains the modules that CPython implements in C, and that PyPy > decided to implement in pure Python. > > They describe a different version of Python, and have different features.

[pypy-dev] Looking for Python/Twisted developer to work on Open-source

2014-12-05 Thread Tobias Oberstein
Hi, we're looking for an experienced, dedicated Python / Twisted developer to work on http://crossbar.io/ helping us move faster. The code base is around 40k LOC right now, all open-source here https://github.com/crossbario/crossbar https://github.com/tavendo/AutobahnPython This stuff is all n

Re: [pypy-dev] Unify lib_pypy by vendoring six

2014-12-05 Thread Amaury Forgeot d'Arc
Hi Van, 2014-12-05 16:38 GMT+01:00 VanL : > Hi all, > > I’ve been doing some experiments with pypy and I would interested in > making parts of the codebase more 3x compatible. As a first step, I notice > that there are slight differences between the lib_pypy shipped in the 2.7 > and 3.2 releases.

[pypy-dev] Unify lib_pypy by vendoring six

2014-12-05 Thread VanL
Hi all, I’ve been doing some experiments with pypy and I would interested in making parts of the codebase more 3x compatible. As a first step, I notice that there are slight differences between the lib_pypy shipped in the 2.7 and 3.2 releases. How would people feel about reducing the duplication b