add delattr/delenv/delitem methods and tests, enhance terminalwriter tests

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-22 12:45:58 +02:00
parent 27c08ac235
commit 58a9e71e81
3 changed files with 106 additions and 16 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
Changes between 1.0.x and 'trunk'
=====================================
* introduce delattr/delitem/delenv methods to py.test's monkeypatch funcarg
* consolidate py.log implementation, remove old approach.
* introduce py.io.TextIO and py.io.BytesIO for distinguishing between
text/unicode and byte-streams (uses underlying standard lib io.*
if available)
* introduce py.io.TextIO and py.io.BytesIO for distinguishing between
text/unicode and byte-streams (uses underlying standard lib io.*
if available)