Issue #12885: Correct issue reference in NEWS

This commit is contained in:
Jason R. Coombs 2016-09-01 22:08:25 -04:00
parent 8ac147d6ee
commit 6f5d3fd4d1

View file

@ -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.