Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: remove print()'s in distutils template handling #19366

Merged
merged 1 commit into from Jun 27, 2021

Conversation

charris
Copy link
Member

@charris charris commented Jun 27, 2021

Backport of #19360.

These print statements were not warnings, they're simply
printing things out that work as designed. This is never a
good design - it should not emit anything but warnings.

I considered adding a quiet keyword, but that doesn't seem
warranted here.

[ci skip]

These print statements were not warnings, they're simply
printing things out that work as designed. This is never a
good design - it should not emit anything but warnings.

I considered adding a `quiet` keyword, but that doesn't seem
warranted here.

[ci skip]
@charris charris added this to the 1.21.1 release milestone Jun 27, 2021
@charris charris merged commit 52247be into numpy:maintenance/1.21.x Jun 27, 2021
@charris charris deleted the backport-19360 branch June 27, 2021 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants