| commit | 015dd821364f8c210baa9faf9d66dc766f9b591e | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sun May 04 04:16:52 2003 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sun May 04 04:16:52 2003 +0000 |
| tree | cac3e7f79348bd48f10bb8b66f174d149febe5b8 | |
| parent | d72312857e985efac3127ef9eabae7d526230d69 [diff] [blame] |
Somewhere along the way, the softspace attr of file objects became read- only. Repaired, and added new tests to test_file.py.
diff --git a/Misc/NEWS b/Misc/NEWS index 05c9ce2..3ff9a64 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- The softspace attribute of file objects became read-only by oversight. + It's writable again. + Extension modules -----------------