summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2014-05-05 19:59:50 (GMT)
committerTim Golden <mail@timgolden.me.uk>2014-05-05 19:59:50 (GMT)
commit8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304 (patch)
treec954b10d4b8b0e3141f9cdbead17719e363dce35
parent0321cf25503e291eb4125411183e124f45793f64 (diff)
downloadcpython-8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304.zip
cpython-8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304.tar.gz
cpython-8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304.tar.bz2
Issue18314 ACKS & NEWS
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 827c784..ff76964 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -470,6 +470,7 @@ Chris Gonnerman
Shelley Gooch
David Goodger
Hans de Graaff
+Kim Gräsman
Nathaniel Gray
Eddy De Greef
Grant Griffin
diff --git a/Misc/NEWS b/Misc/NEWS
index 653d8ad..d9897f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@ Core and Builtins
Library
-------
+- Issue #18314: Unlink now removes junctions on Windows. Patch by Kim Gräsman
+
- Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
In porting to Argument Clinic, the first two arguments were reversed.