summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-05-04 04:16:52 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-05-04 04:16:52 (GMT)
commit015dd821364f8c210baa9faf9d66dc766f9b591e (patch)
treecac3e7f79348bd48f10bb8b66f174d149febe5b8 /Misc
parentd72312857e985efac3127ef9eabae7d526230d69 (diff)
downloadcpython-015dd821364f8c210baa9faf9d66dc766f9b591e.zip
cpython-015dd821364f8c210baa9faf9d66dc766f9b591e.tar.gz
cpython-015dd821364f8c210baa9faf9d66dc766f9b591e.tar.bz2
Somewhere along the way, the softspace attr of file objects became read-
only. Repaired, and added new tests to test_file.py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05c9ce2..3ff9a64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.3 beta 2?
Core and builtins
-----------------
+- The softspace attribute of file objects became read-only by oversight.
+ It's writable again.
+
Extension modules
-----------------