diff --git a/Misc/NEWS b/Misc/NEWS index c7872111527..823074597fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -50,7 +50,7 @@ Core and Builtins Library ------- -- Issue #12285: Fix error when distutils encounters symlink. +- Issue #12885: Fix error when distutils encounters symlink. - Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang.