Patch 1339796: add a relpath() function to os.path.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e336b6..e7bd11f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,8 @@
   of those present. Also, it tries the Windows default browser before
   trying Mozilla variants.
 
+- Patch #1339796: add a relpath() function to os.path.
+
 - Patch #1681153: the wave module now closes a file object it opened if
   initialization failed.