bpo-37376: pprint support for SimpleNamespace#14318
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM in general.
Only needed to document this change:
- Add the
versionchangeddirective in thepprintmodule documentation. - Add a news entry in
Misc/NEWS.d(useblurb). - Add an entry in the What's New document.
- Add your name in
Misc/ACKSif it is not there yet.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
8ee8ca1 to
68ff595
Compare
June 24, 2019 09:53
|
I have made the requested changes; please review again. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
68ff595 to
2bd11f2
Compare
June 24, 2019 14:56
|
I have made the requested changes; please review again. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
ericsnowcurrently
left a comment
There was a problem hiding this comment.
Thanks for working on this! Mostly LGTM. I've left a few comments.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
2bd11f2 to
7d3fbba
Compare
June 25, 2019 09:19
|
I have made the requested changes; please review again. @serhiy-storchaka I ended up removing the |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ericsnowcurrently, @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Add a test for a SimpleNamespace subclass.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
7d3fbba to
b701a7a
Compare
June 25, 2019 18:42
|
I have made the requested changes; please review again. @serhiy-storchaka ofc it was because of subclassing. Glad you're here to review! :D |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ericsnowcurrently, @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Thank you Carl. LGTM, just fix an indentation in docs.
Sorry, something went wrong.
ericsnowcurrently
left a comment
There was a problem hiding this comment.
Thanks for working to resolve our various comments!
Other than one small thing, LGTM.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
a584309 to
49fa618
Compare
June 26, 2019 16:40
|
I have made the requested changes; please review again. @ericsnowcurrently I attempted to make it more clear what the class-name-if-statement is about. Thank you very much to the both of you for the fast, high quality responses. It was a good experience :-) |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ericsnowcurrently, @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
ericsnowcurrently
left a comment
There was a problem hiding this comment.
LGTM. I'm approving this, but also leaving one last comment. :) (feel free to ignore)
Thanks again for doing this.
Sorry, something went wrong.
49fa618 to
8867ef7
Compare
June 26, 2019 20:39
https://bugs.python.org/issue37376