Re: [Python-Dev] PEP 492 documentation

2015-08-02 Thread Yury Selivanov
Nikolaus, Strange. PEP 492 changes are fully documented since b3. Here are just few examples: https://docs.python.org/3.5/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax https://docs.python.org/3.5/reference/datamodel.html#coroutines

[Python-Dev] Issues not responded to.

2015-08-02 Thread Rustom Mody
On Fri, Jul 31, 2015 at 9:37 AM, Carl Meyer c...@oddbird.net wrote: I'm a Django core developer. For the last half-year or so, the Django Software Foundation has (for the first time) paid a Django Fellow or two (currently Tim Graham) to work on core Django. For me the experience has been

Re: [Python-Dev] PEP 492 documentation

2015-08-02 Thread Xavier Combelle
Shouldn't at least ayncio doc https://docs.python.org/3.5/library/asyncio.html be updated accordingly ? for example https://docs.python.org/3.5/search.html?q=awaitcheck_keywords=yesarea=default doesn't mention https://docs.python.org/3.5/library/asyncio.html 2015-08-02 16:21 GMT+02:00 Yury

Re: [Python-Dev] PEP 492 documentation

2015-08-02 Thread Yury Selivanov
On 2015-08-02 4:04 PM, Xavier Combelle wrote: Shouldn't at least ayncio doc https://docs.python.org/3.5/library/asyncio.html be updated accordingly ? for example https://docs.python.org/3.5/search.html?q=awaitcheck_keywords=yesarea=default doesn't mention

Re: [Python-Dev] PEP 492 documentation

2015-08-02 Thread Nikolaus Rath
Hi, No, not a browser cache issue. I was looking for async or await in the table of contents, so I didn't notice the new coroutines sections. Sorry for the noise. -Nikolaus On Aug 02 2015, Yury Selivanov yselivanov...@gmail.com wrote: Nikolaus, Strange. PEP 492 changes are fully documented

[Python-Dev] updating ensurepip to include wheel

2015-08-02 Thread Robert Collins
So, pip 7.0 depends on the wheel module for its automatic wheel building, and installing pip from get-pip.py, or the bundled copy in virtualenvs will automatically install wheel. But ensurepip doesn't bundle wheel, so we're actually installing a slightly crippled pip 7.1, which will lead to folk

Re: [Python-Dev] updating ensurepip to include wheel

2015-08-02 Thread Donald Stufft
On August 2, 2015 at 8:47:46 PM, Robert Collins (robe...@robertcollins.net) wrote: So, pip 7.0 depends on the wheel module for its automatic wheel building, and installing pip from get-pip.py, or the bundled copy in virtualenvs will automatically install wheel. But ensurepip doesn't