Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Guido van Rossum
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

Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Eli Bendersky
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

Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Donald Stufft
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.

Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Giampaolo Rodola'
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

Re: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Vinay Sajip
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

Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Ethan Furman
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

Re: [Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread Antoine Pitrou
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. __

[Python-Dev] Confirming status of new modules in 3.4

2014-03-14 Thread R. David Murray
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

Re: [Python-Dev] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Antoine Pitrou
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

Re: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Zachary Ware
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

[Python-Dev] Summary of Python tracker Issues

2014-03-14 Thread Python tracker
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

Re: [Python-Dev] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Georg Brandl
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

Re: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread 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 > >> +++ b/.hgignore > >> @@ -24,6 +24,11 @@ > >> reflog.t

Re: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Zachary Ware
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/

Re: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.

2014-03-14 Thread Benjamin Peterson
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

Re: [Python-Dev] PEP URLs

2014-03-14 Thread Martin v. Löwis
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

Re: [Python-Dev] PEP URLs

2014-03-14 Thread 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. -Barry signature.asc Description: PGP signature _

Re: [Python-Dev] Whats New in 3.4 is pretty much done...

2014-03-14 Thread Zachary Ware
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'

Re: [Python-Dev] tracemallocqt: GUI to analyze tracemalloc snapshots

2014-03-14 Thread Nick Coghlan
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

Re: [Python-Dev] Whats New in 3.4 is pretty much done...

2014-03-14 Thread Serhiy Storchaka
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