Skip to content

Conversation

@avivkeller
Copy link
Member

Node.js can't be built without Python 3.8, so this PR updates the sdwrap.py file to use features introduced up until that point.

Ref: #54112

@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Aug 13, 2024
@avivkeller avivkeller added the python PRs and issues that require attention from people who are familiar with Python. label Aug 13, 2024
@richardlau
Copy link
Member

Node.js can't be built without Python 3.8, so this PR updates the sdwrap.py file to use features introduced up until that point.

Ref: #54112

This file is only used on z/OS.
cc @nodejs/platform-zos


return 0
firstline = True
while (line := args.input.read(72)):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change also updates indentation from 2 to 4.

@avivkeller avivkeller added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Aug 13, 2024
@avivkeller avivkeller requested a review from anonrig August 13, 2024 16:30
@avivkeller avivkeller closed this Sep 1, 2024
@avivkeller
Copy link
Member Author

I'm going to do this in conjunction with some lint changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. python PRs and issues that require attention from people who are familiar with Python. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants