commit | 12f03ccece461264acbddea8c9db9a85614483be | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jan 04 13:22:36 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jan 04 13:22:36 2008 +0000 |
tree | 28baadd271097439ecbbe574b50177356487b875 | |
parent | 3b4a5bd9dae5504e66da4157c646f222c61e1daa [diff] [blame] |
Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.
diff --git a/Misc/NEWS b/Misc/NEWS index 67af91e..167bedc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Library ------- +- Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. + - Issue #1700: Regular expression inline flags incorrectly handle certain unicode characters.