diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-12-17 14:43:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 14:43:14 (GMT) |
commit | e2af34fcf84b41189b54e1f2912faded5daabaca (patch) | |
tree | 14ddbfbc1b3ba0cac52df2889140f81adf98758c /Misc | |
parent | fae95874b729dfe62a7a40625f8717aed20b0fca (diff) | |
download | cpython-e2af34fcf84b41189b54e1f2912faded5daabaca.zip cpython-e2af34fcf84b41189b54e1f2912faded5daabaca.tar.gz cpython-e2af34fcf84b41189b54e1f2912faded5daabaca.tar.bz2 |
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-12-15-00-47-41.bpo-35504.9gVuen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-12-15-00-47-41.bpo-35504.9gVuen.rst b/Misc/NEWS.d/next/Core and Builtins/2018-12-15-00-47-41.bpo-35504.9gVuen.rst new file mode 100644 index 0000000..622b50c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-12-15-00-47-41.bpo-35504.9gVuen.rst @@ -0,0 +1 @@ +Fixed a SystemError when delete the characters_written attribute of an OSError. |