Skip to content

Conversation

@kk6ho
Copy link

@kk6ho kk6ho commented May 16, 2025

Since Python 3.11, the open() function no longer accepts the 'U' ("universal newline) mode. Upgrade waf that fixes error:

ValueError: invalid mode: 'rUb'

With commit:
https://gitlab.com/ita1024/waf/-/commit/68997828c850ce7fb30b73b4adfde35053e539d1

Since Python 3.11, the open() function no longer accepts the 'U'
("universal newline) mode. Upgrade waf that fixes error:

    ValueError: invalid mode: 'rUb'

With commit:
  https://gitlab.com/ita1024/waf/-/commit/68997828c850ce7fb30b73b4adfde35053e539d1

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant