diff options
author | Georg Brandl <georg@python.org> | 2005-06-03 14:31:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-03 14:31:55 (GMT) |
commit | bab518b5afe7aacc21466e575e54b1f6254aa4f8 (patch) | |
tree | 380946598b2a09809cfc10559e4ed3c39950d10c /Misc | |
parent | d855c5888e3e3e2c22b8773c5743d5a689274eac (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |