mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #19918: Fix PurePath.relative_to() under Windows.
This commit is contained in:
parent
68816ef058
commit
156b3610b8
3 changed files with 67 additions and 40 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue