diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-05-04 04:16:52 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-05-04 04:16:52 (GMT) |
commit | 015dd821364f8c210baa9faf9d66dc766f9b591e (patch) | |
tree | cac3e7f79348bd48f10bb8b66f174d149febe5b8 /Misc | |
parent | d72312857e985efac3127ef9eabae7d526230d69 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |