Re: [Python-Dev] About Python Developer Testsuites

2015-06-19 Thread Wes Turner
On Thu, Jun 18, 2015 at 4:34 PM, Arsalan Javeed (Student) ajav...@sabanciuniv.edu wrote: Dear Concerned, I am using python v.2.7.1 for my research work in software testing. I have already downloaded the source codes and found the built-in testsuites for running on the build. However, i was

Re: [Python-Dev] About Python Developer Testsuites

2015-06-19 Thread Wes Turner
... [Python-Dev] Automated testing of patches from bugs.python.org https://groups.google.com/forum/#!topic/dev-python/CQA4YAItD74 On Fri, Jun 19, 2015 at 1:32 AM, Wes Turner wes.tur...@gmail.com wrote: On Thu, Jun 18, 2015 at 4:34 PM, Arsalan Javeed (Student) ajav...@sabanciuniv.edu wrote:

[Python-Dev] async __setitem__

2015-06-19 Thread Martin Teichmann
Hi everyone, I was really happy to see PEP 492 - that is really a big step forward. It makes many programming constructs possible in combination with asyncio, which have been cumbersome or impossible until now. One thing that still is impossible is to have __setitem__ be used asynchronously. As

[Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2?

2015-06-19 Thread triccare triccare
Greetings, Will this PEP be implemented in Python 2? And, more generally, is there a way to know the extent of implementation of any particular PEP? Thank you for your time. ___ Python-Dev mailing list Python-Dev@python.org

[Python-Dev] Summary of Python tracker Issues

2015-06-19 Thread Python tracker
ACTIVITY SUMMARY (2015-06-12 - 2015-06-19) 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: open4892 ( +8) closed 31342 (+25) total 36234 (+33) Open issues

Re: [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2?

2015-06-19 Thread Eric V. Smith
On 06/19/2015 11:21 AM, triccare triccare wrote: Greetings, Will this PEP be implemented in Python 2? And, more generally, is there a way to know the extent of implementation of any particular PEP? PEP 420 (namespace packages) will not be implemented in Python 2. I don't think there's

Re: [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2?

2015-06-19 Thread Terry Reedy
On 6/19/2015 11:21 AM, triccare triccare wrote: Will this PEP be implemented in Python 2? Version: 3.3 Enhancements are not backported And, more generally, is there a way to know the extent of implementation of any particular PEP? When a PEP is accepted, the version field should be