Skip to content

bpo-33265: use an actual method instead of a method-like function in ExitStack#6456

Merged
ncoghlan merged 1 commit intopython:masterfrom
jdemeyer:contextlib_method
Apr 13, 2018
Merged

bpo-33265: use an actual method instead of a method-like function in ExitStack#6456
ncoghlan merged 1 commit intopython:masterfrom
jdemeyer:contextlib_method

Conversation

@jdemeyer
Copy link
Copy Markdown
Contributor

@jdemeyer jdemeyer commented Apr 12, 2018

@jdemeyer jdemeyer requested a review from 1st1 as a code owner April 12, 2018 05:28
@jdemeyer jdemeyer changed the title bpo-33265: use an actual method instead of a method-like function bpo-33265: use an actual method instead of a method-like function in ExitStack Apr 12, 2018
@jdemeyer jdemeyer force-pushed the contextlib_method branch from f525c31 to 478d17c Compare April 12, 2018 05:29
@ncoghlan
Copy link
Copy Markdown
Contributor

Changes to implementation details still get NEWS entries, since they can help folks track down what changed that unexpectedly broke their code.

Skipping the NEWS entry entirely is for either follow-up PRs to not-yet-released changes that already have a NEWS entry, or for minor docs changes (like typo fixes).

Copy link
Copy Markdown
Contributor

@ncoghlan ncoghlan left a comment

Choose a reason for hiding this comment

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

+1 from me for the actual change - I think the only reason I didn't do it this way originally is because it didn't occur to me.

@1st1
Copy link
Copy Markdown
Member

1st1 commented Apr 13, 2018

lgtm!

@jdemeyer jdemeyer force-pushed the contextlib_method branch from 478d17c to a31ba53 Compare April 13, 2018 06:13
@jdemeyer
Copy link
Copy Markdown
Contributor Author

Changes to implementation details still get NEWS entries, since they can help folks track down what changed that unexpectedly broke their code.

OK, news added.

@ncoghlan ncoghlan merged commit 23ab5ee into python:master Apr 13, 2018
@ncoghlan
Copy link
Copy Markdown
Contributor

Thanks!

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.

5 participants