Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

A new SCons release, 4.10.1, is now available on the SCons download page:

https://scons.org/pages/download.html

Here is a summary of the changes since PREVIOUS_RELEASE:

NEW FUNCTIONALITY

  • Add support for Visual Studio 2026.

CHANGED/ENHANCED EXISTING FUNCTIONALITY

  • Switch test framework from using profile to cProfile. profile
    generates deprecation warnings starting with Python 3.15.

FIXES

  • Enable membership tests on instances of Literal (non-substituting string).

  • In the SequenceTypes tuple used for dynamic type checks, include
    the dict contents views, exclude the dictionary view itself as it
    is not an iterable sequence type.

IMPROVEMENTS

  • Internal: where the find method on a string was used to determine
    if a substring is present, use the more readable "in" and "not in".

DOCUMENTATION

  • Improve documentation of builder methods and builder objects.

  • Make links clickable in the SetOption and GetOption manpage entries.

Thanks to the following contributors listed below for their contributions to this release.

.. code-block:: text

git shortlog --no-merges -ns 4.10.0..HEAD
    12  Mats Wichmann
     4  William Deegan
     1  Thaddeus Crews

This discussion was created from the release SCons 4.10.1 Released with MSVS 2026 Support.
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.