This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonathanhogg
Recipients christian.heimes, jonathanhogg
Date 2016-10-25.10:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477391790.87.0.748255674675.issue28527@psf.upfronthosting.co.za>
In-reply-to
Content
While I agree that the documentation specifies that this function takes a list, the previous version did not require a list, just any object that is iterable.

Unfortunately, this change is causing a break in real code (`xon.sh` in this case, which appears to pass a `set()` to this function).

Given the `os.fspath` change could have been made to not require an indexable argument, I would argue that this change is an unnecessary regression.
History
Date User Action Args
2016-10-25 10:36:30jonathanhoggsetrecipients: + jonathanhogg, christian.heimes
2016-10-25 10:36:30jonathanhoggsetmessageid: <1477391790.87.0.748255674675.issue28527@psf.upfronthosting.co.za>
2016-10-25 10:36:30jonathanhogglinkissue28527 messages
2016-10-25 10:36:30jonathanhoggcreate