You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edschofield I ran into the same problem, looking for a backport of functools.cmp_to_key, but couldn't find it. Do you have the implementation somewhere, but forgot to add it?
Thanks for the feedback. You're right ... it looks like they are missing. I haven't been able to find them in my git history either.
I have added cmp_to_key to the v0.16.x branch. Would one of you like to submit a pull request for combinations_with_replacement? I'd be happy to including it in the upcoming v0.16 release.
functools.cmp_to_key
anditertools.combinations_with_replacement
are mentioned in https://github.com/PythonCharmers/python-future/blob/6b8341c0412ddf8081151692e9034986a6f867bc/docs/changelog.rst#new-features , however they are not mentioned anywhere else and don't appear to have been added to the repo.The text was updated successfully, but these errors were encountered: