commit | 07529354dba821ddfa8ee0a14a9302e352eb8173 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Nov 19 18:51:54 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Nov 19 18:51:54 2006 +0000 |
tree | 48143b330356fc0f25a75dbecbb66e48e8f17740 | |
parent | 9eec51c04ff9d04c74724aa6cd499457b64c75f9 [diff] |
Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib.
diff --git a/Misc/NEWS b/Misc/NEWS index 9b2aeba..849911b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Library ------- +- Patch #1070046: Marshal new-style objects like InstanceType + in xmlrpclib. + - cStringIO.truncate(-1) now raises an IOError, like StringIO and regular files.