[Python-checkins] peps: Mock is actually a PEP.

georg.brandl python-checkins at python.org
Tue May 1 13:54:08 CEST 2012


http://hg.python.org/peps/rev/0b512cc80c43
changeset:   4334:0b512cc80c43
user:        Georg Brandl <georg at python.org>
date:        Tue May 01 13:54:18 2012 +0200
summary:
  Mock is actually a PEP.

files:
  pep-0398.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -65,6 +65,7 @@
 * PEP 409: Suppressing exception context
 * PEP 412: Key-Sharing Dictionary
 * PEP 414: Explicit Unicode Literal for Python 3.3
+* PEP 417: Including mock in the Standard Library
 * PEP 418: Add monotonic time, performance counter, and process time functions
 * PEP 3151: Reworking the OS and IO exception hierarchy
 * PEP 3155: Qualified name for classes and functions
@@ -75,7 +76,6 @@
 * Addition of the "faulthandler" module
 * Addition of the "lzma" module, and lzma/xz support in tarfile
 * Implementing ``__import__`` using importlib
-* Addition of the "unittest.mock" library
 * Addition of the C decimal implementation
 
 Candidate PEPs:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list