Skip to content

Conversation

@stephenworsley
Copy link
Contributor

This is a copy of #3497 with a few minor changes.

@stephenworsley stephenworsley mentioned this pull request Nov 5, 2019
@stephenworsley stephenworsley added this to the v3.0.0 milestone Nov 5, 2019
if isinstance(other, six.string_types):
return super().__eq__(STASH.from_msi(other))
if isinstance(other, str):
return super(STASH, self).__eq__(STASH.from_msi(other))
Copy link
Member

Choose a reason for hiding this comment

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

@stephenworsley This is based on an older cut of the feature branch, right?

@bjlittle
Copy link
Member

bjlittle commented Nov 5, 2019

@trexfeathers and @stephenworsley Awesome effort to get this past the post 🎉

Thanks 👍

@bjlittle bjlittle merged commit 65709d3 into SciTools:py2_strip Nov 5, 2019
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.

3 participants