summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-03 14:28:50 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-03 14:28:50 (GMT)
commit268e61cf7458d85d2e100480635390ebd480088f (patch)
tree62c42ea1bbe7be196808c7239d861f4a27075df8 /Misc
parent56616999950e151bed766a076e6a6b10f3492f8c (diff)
downloadcpython-268e61cf7458d85d2e100480635390ebd480088f.zip
cpython-268e61cf7458d85d2e100480635390ebd480088f.tar.gz
cpython-268e61cf7458d85d2e100480635390ebd480088f.tar.bz2
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 196d762..50f5a27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -136,6 +136,9 @@ Extension Modules
Library
-------
+- Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
+ component of the path.
+
- Patch #1120353: The xmlrpclib module provides better, more transparent,
support for datetime.{datetime,date,time} objects. With use_datetime set
to True, applications shouldn't have to fiddle with the DateTime wrapper