I don't think so. asyncio depends on selectors but not vice versa. The
selectors module was not part of PEP 3156. It is solid and I don't see any
reason why it should get a reprieve from the usual strict backwards
compatibility standards.
--Guido
On Fri, Mar 14, 2014 at 6:49 PM, Eli Bendersky w
On Fri, Mar 14, 2014 at 4:56 PM, Giampaolo Rodola' wrote:
>
> On Fri, Mar 14, 2014 at 9:25 PM, R. David Murray wrote:
>
>> Not Provisional:
>>
>> selectors
>>
>
> Wouldn't it be wiser to consider this one provisional as well?
>
+1 because of the intimate ties to asyncio
Eli
>
>
>
> --
> Giam
On Mar 14, 2014, at 4:25 PM, R. David Murray wrote:
> I just want to summarize the status of the modules that
> have been added to the stdlib in 3.4 to make sure they
> are all labeled correctly:
>
> Provisional:
>
> asyncio
> pathlib
>
> Not Provisional:
>
> ensurepip
ensurepip is correct.
On Fri, Mar 14, 2014 at 9:25 PM, R. David Murray wrote:
> Not Provisional:
>
> selectors
>
Wouldn't it be wiser to consider this one provisional as well?
--
Giampaolo - http://grodola.blogspot.com
___
Python-Dev mailing list
Python-Dev@python.org
htt
Sorry, my mistake - I should have checked more carefully. Thank you for
pointing me to the commit where they were removed - I'll install a venv with
Sphinx, revert the change and remove those files from my repo.
Regards,
Vinay Sajip
From: Benjamin Peterson
T
On 03/14/2014 01:25 PM, R. David Murray wrote:
Not Provisional:
enum
This is correct.
--
~Ethan~
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/opt
On Fri, 14 Mar 2014 16:25:56 -0400
"R. David Murray" wrote:
> I just want to summarize the status of the modules that
> have been added to the stdlib in 3.4 to make sure they
> are all labeled correctly:
>
> Provisional:
>
> asyncio
> pathlib
These are right.
Regards
Antoine.
__
I just want to summarize the status of the modules that
have been added to the stdlib in 3.4 to make sure they
are all labeled correctly:
Provisional:
asyncio
pathlib
Not Provisional:
ensurepip
enum
selectors
statistics
tracemalloc
I'm especially curious about tracemalloc, since I know Victor
On Fri, 14 Mar 2014 12:08:22 -0500
Zachary Ware wrote:
> On Fri, Mar 14, 2014 at 10:55 AM, Benjamin Peterson
> wrote:
> > On Fri, Mar 14, 2014, at 08:52 AM, Zachary Ware wrote:
> >> On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson
> >> wrote:
> >> > Why are you readding these when they were
On Fri, Mar 14, 2014 at 10:55 AM, Benjamin Peterson wrote:
> On Fri, Mar 14, 2014, at 08:52 AM, Zachary Ware wrote:
>> On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson
>> wrote:
>> > Why are you readding these when they were apparently purposely removed
>> > in eef7899ea7ab?
>>
>> It is rather
ACTIVITY SUMMARY (2014-03-07 - 2014-03-14)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open4486 (-107)
closed 28213 (+169)
total 32699 (+62)
Open issues w
Am 14.03.2014 16:55, schrieb Benjamin Peterson:
>
>
> On Fri, Mar 14, 2014, at 08:52 AM, Zachary Ware wrote:
>> On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson
>> wrote:
>> > On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote:
>> >> diff --git a/.hgignore b/.hgignore
>> >> --- a/.hgignore
On Fri, Mar 14, 2014, at 08:52 AM, Zachary Ware wrote:
> On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson
> wrote:
> > On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote:
> >> diff --git a/.hgignore b/.hgignore
> >> --- a/.hgignore
> >> +++ b/.hgignore
> >> @@ -24,6 +24,11 @@
> >> reflog.t
On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson wrote:
> On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote:
>> diff --git a/.hgignore b/.hgignore
>> --- a/.hgignore
>> +++ b/.hgignore
>> @@ -24,6 +24,11 @@
>> reflog.txt$
>> tags$
>> Lib/plat-mac/errors.rsrc.df.rsrc
>> +Doc/tools/sphinx/
On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote:
> http://hg.python.org/cpython/rev/edb12dad7bf6
> changeset: 89654:edb12dad7bf6
> user:Vinay Sajip
> date:Fri Mar 14 14:20:09 2014 +
> summary:
> Added Doc/tools/ subdirs to .hgignore.
>
> files:
> .hgignore | 5
Am 14.03.14 15:04, schrieb Barry Warsaw:
> On Mar 14, 2014, at 04:48 PM, Nick Coghlan wrote:
>
>> I opened https://github.com/python/pythondotorg/issues/297 to ask for
>> an ETA on when we can expect them to be fully integrated.
>
> Thanks Nick. On the bug I suggest creating peps.python.org.
An
On Mar 14, 2014, at 04:48 PM, Nick Coghlan wrote:
>I opened https://github.com/python/pythondotorg/issues/297 to ask for
>an ETA on when we can expect them to be fully integrated.
Thanks Nick. On the bug I suggest creating peps.python.org.
-Barry
signature.asc
Description: PGP signature
_
On Fri, Mar 14, 2014 at 12:59 AM, Brian Curtin wrote:
> On Thu, Mar 13, 2014 at 8:29 PM, Terry Reedy wrote:
>> Now that no warnings is a serious goal for 3.4+, I will report them should
>> they recur.
>
> If we're at no warnings, and no warnings is a serious goal, warnings
> should be errors.
I'
On 14 March 2014 09:54, Victor Stinner wrote:
> I force pickle version 2 because tracemallocqt currently only works on
> Python 2. (Mostly because I don't see how to get PySide for Python 3
> on Fedora 20.)
The Fedora PySide package needs some spec file wrangling to actually
build the Python 3 ve
14.03.14 07:59, Brian Curtin написав(ла):
On Thu, Mar 13, 2014 at 8:29 PM, Terry Reedy wrote:
Now that no warnings is a serious goal for 3.4+, I will report them should
they recur.
If we're at no warnings, and no warnings is a serious goal, warnings
should be errors.
Sources still are not C
20 matches
Mail list logo