consolidate py/log into fewer files, remove one old approach, sketch simplified API

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-22 09:42:12 +02:00
parent 2b8f489d60
commit 27c08ac235
9 changed files with 230 additions and 378 deletions
+5
View File
@@ -1,6 +1,11 @@
Changes between 1.0.x and 'trunk'
=====================================
* 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)