diff options
author | Georg Brandl <georg@python.org> | 2005-06-03 14:28:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-03 14:28:50 (GMT) |
commit | 268e61cf7458d85d2e100480635390ebd480088f (patch) | |
tree | 62c42ea1bbe7be196808c7239d861f4a27075df8 /Misc | |
parent | 56616999950e151bed766a076e6a6b10f3492f8c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |