Issue #19918: Fix PurePath.relative_to() under Windows.

This commit is contained in:
Antoine Pitrou 2013-12-28 19:49:04 +01:00
parent 68816ef058
commit 156b3610b8
3 changed files with 67 additions and 40 deletions

View file

@ -44,6 +44,8 @@ Core and Builtins
Library
-------
- Issue #19918: Fix PurePath.relative_to() under Windows.
- Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl
module, rather than silently let them emit clear text data.