Mock is actually a PEP.

This commit is contained in:
Georg Brandl 2012-05-01 13:54:18 +02:00
parent f9a8ae9919
commit b08a5d2c98
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,7 @@ Implemented / Final PEPs:
* 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 @@ Other final large-scale changes:
* 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: