File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1818 - Fix yacc tool, not respecting YACC set at time of tool initialization.
1919 - Refactor SCons.Tool to move all common shared and loadable module linking logic to SCons.Tool.linkCommon
2020 - Remove pywin32 imports from SCons.Script.Main. No longer needed.
21- - pywin32 no longer necessary for SCons install. (pip install SCons will no longer also require pywin32 on win32)
22- - Remove pywin32 usage from SCons.Util where it was used for accessing the registry. Python native winreg
23- library already includes this functionality.
24- - Remove using pywin32 to retrieve peak memory usage on Win32 for `--debug=memory`
21+ - Switch to use ctypes instead of pywin32 (requiring an extra pip install) - Fixes Github Issue #2291
22+ - pywin32 no longer necessary for SCons install. (pip install SCons will no longer also require pywin32 on win32)
23+ - Remove pywin32 usage from SCons.Util where it was used for accessing the registry. Python native winreg
24+ library already includes this functionality.
25+ - Remove using pywin32 to retrieve peak memory usage on Win32 for `--debug=memory`
2526
2627 From Michał Górny:
2728 - Fix dvipdf test failure due to passing incorrect flag to dvipdf.
You can’t perform that action at this time.
0 commit comments