Skip to content

Conversation

@vxgmichel
Copy link
Contributor

@vxgmichel vxgmichel commented Sep 7, 2017

cf = self.newconfig()
parsed_files = cf.read([])
self.assertEqual(parsed_files, [])
# check when passing an existing bytestring path
Copy link
Member

Choose a reason for hiding this comment

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

test_read_returns_file_list is already too long, could you move it a separate test case?

@@ -0,0 +1 @@
Allow use of bytes objects for arguments to configparser.ConfigParser.read.
Copy link
Member

Choose a reason for hiding this comment

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

Please add "Patch by Vincent Michel.".

@@ -0,0 +1 @@
Allow use of bytes objects for arguments to configparser.ConfigParser.read.
Copy link
Member

Choose a reason for hiding this comment

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

:meth:`configparser.ConfigParser.read`

@bedevere-bot
Copy link

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@vxgmichel
Copy link
Contributor Author

@berkerpeksag Thanks for the review. I have made the requested changes; please review again.

@bedevere-bot
Copy link

Thanks for making the requested changes!

@merwok, @berkerpeksag: please review the changes made to this pull request.

@berkerpeksag
Copy link
Member

Thanks!

@vxgmichel vxgmichel deleted the bpo-31307 branch November 2, 2017 12:53
@ambv
Copy link
Contributor

ambv commented Nov 2, 2017

Thanks! ✨ 🍰 ✨

embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
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.

6 participants