Re: [Python-Dev] PEP 417: Adding mock to the Python Standard Library

2012-03-12 Thread Guido van Rossum
On Mon, Mar 12, 2012 at 4:47 PM, Michael Foord wrote: > > On 12 Mar 2012, at 16:31, Guido van Rossum wrote: > >> More to the point, I am approving the PEP. >> >> We chatted briefly at the sprint and I just want to emphasize that the >> external version should not grow new features before the stdli

Re: [Python-Dev] PEP 417: Adding mock to the Python Standard Library

2012-03-12 Thread Michael Foord
On 12 Mar 2012, at 16:31, Guido van Rossum wrote: > More to the point, I am approving the PEP. > > We chatted briefly at the sprint and I just want to emphasize that the > external version should not grow new features before the stdlib > version has those same features (we don't want users compl

Re: [Python-Dev] PEP 417: Adding mock to the Python Standard Library

2012-03-12 Thread Guido van Rossum
More to the point, I am approving the PEP. We chatted briefly at the sprint and I just want to emphasize that the external version should not grow new features before the stdlib version has those same features (we don't want users complaining that the stdlib version is no good). Also, if you have

Re: [Python-Dev] PEP 417: Adding mock to the Python Standard Library

2012-03-12 Thread Gregory P. Smith
+10 for the record. (given we all already agreed upon this in the summit :) make it so. On Mon, Mar 12, 2012 at 3:05 PM, Michael Foord wrote: > Hello all, > > At the Python Language Summit adding the "mock" library to the Python > Standard Library was discussed and agreed. Here is a very brief

[Python-Dev] PEP 417: Adding mock to the Python Standard Library

2012-03-12 Thread Michael Foord
Hello all, At the Python Language Summit adding the "mock" library to the Python Standard Library was discussed and agreed. Here is a very brief PEP covering the decision and rationale. All the best, Michael Foord PEP: 417 Title: Including mock in the Standard Library Version: $Revision$ Last