summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-03-16 22:16:08 (GMT)
committerCollin Winter <collinw@gmail.com>2007-03-16 22:16:08 (GMT)
commit6f187743ffbce522c9d686ae5393272c1eb85dcc (patch)
tree49954823525566e80d435c3f9acff30a1a54e58d /Misc
parent6de691d78ce696d897e4c58c3fc8fd7d3f6f1359 (diff)
downloadcpython-6f187743ffbce522c9d686ae5393272c1eb85dcc.zip
cpython-6f187743ffbce522c9d686ae5393272c1eb85dcc.tar.gz
cpython-6f187743ffbce522c9d686ae5393272c1eb85dcc.tar.bz2
Patch 1339796: add a relpath() function to os.path.
Diffstat (limited to 'Misc')
-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 eeb266a..dfe63d2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -36,6 +36,7 @@ Luigi Ballabio
Michael J. Barber
Chris Barker
Quentin Barnes
+Richard Barran
Cesar Eduardo Barros
Des Barry
Ulf Bartelt
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e336b6..e7bd11f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,8 @@ Library
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.