* introduce py.io.TextIO and py.io.StringIO to help with 3k transition and to clarify
intentions when doing "in-memory" files. Replace most usages of StringIO. * consolidate py.io's files and tests into fewer files, make files 3k-importable --HG-- branch : trunk
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Changes between 1.0.x and 'trunk'
|
||||
=====================================
|
||||
|
||||
* introduce py.io.TextIO and py.io.BytesIO for distinguishing between
|
||||
text/unicode and byte-streams (uses underlying standard lib io.*
|
||||
if available)
|
||||
|
||||
* simplified internal localpath implementation
|
||||
|
||||
Changes between 1.0.0 and 1.0.1
|
||||
|
||||
Reference in New Issue
Block a user