summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-03 14:31:55 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-03 14:31:55 (GMT)
commitbab518b5afe7aacc21466e575e54b1f6254aa4f8 (patch)
tree380946598b2a09809cfc10559e4ed3c39950d10c /Misc
parentd855c5888e3e3e2c22b8773c5743d5a689274eac (diff)
downloadcpython-bab518b5afe7aacc21466e575e54b1f6254aa4f8.zip
cpython-bab518b5afe7aacc21466e575e54b1f6254aa4f8.tar.gz
cpython-bab518b5afe7aacc21466e575e54b1f6254aa4f8.tar.bz2
Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first
component of the path.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2406858..9b17b46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Extension Modules
Library
-------
+- Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
+ component of the path.
+
- distutils.commands.register now encodes the data as UTF-8 before posting
them to PyPI.