adang1345 / PythonWin7

Python 3.9+ installers that support Windows 7 SP1 and Windows Server 2008 R2
MIT License
545 stars 65 forks source link

Notable changes in Python 3.14 #30

Open adang1345 opened 2 months ago

adang1345 commented 2 months ago

Notes to self for when I start working on Python 3.14 on Windows 7.

Test the pathlib.Path.copy() method introduced in https://github.com/python/cpython/pull/119058 and modified in https://github.com/python/cpython/commit/f09d184821efd9438d092643881e28bdf8de4de5. It uses CopyFile2(), which is not available on Windows 7, but it appears to have a fallback when it's not available. I think this method will work fine on Windows 7, but I should test it.