diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 02:08:25 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 02:08:25 (GMT) |
commit | 6f5d3fd4d1c8cc575951ace5894428d0c2901eb6 (patch) | |
tree | ca93dc4fabe79ab893bce0645fa9ef26a121b3b8 /Misc | |
parent | 8ac147d6ee42d156ecc9b3ed2f57cc9c9f86f746 (diff) | |
download | cpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.zip cpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.tar.gz cpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.tar.bz2 |
Issue #12885: Correct issue reference in NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Core and Builtins Library ------- -- Issue #12285: Fix error when distutils encounters symlink. +- Issue #12885: Fix error when distutils encounters symlink. - In the curses module, raise an error if window.getstr() or window.instr() is passed a negative value. |