Skip to content

Commit 8334884

Browse files
committed
[ci skip] Update CHANGES.txt with reference to Issue being fixed #2291
1 parent 4f496d1 commit 8334884

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGES.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)