Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More python deprecations #6335

Merged

Conversation

AllSeeingEyeTolledEweSew
Copy link
Contributor

Progress toward #5967

  • create_torrent.set_file_hash()
  • create_torrent.add_http_seed()
  • torrent_handle.http_seeds()
  • torrent_handle.add_http_seed()
  • torrent_handle.remove_http_seed()
  • identify_client()

I also removed some skip()ed tests that I added with a wrong understanding. I thought sha1_hash was going away, rather than staying around to mean "sha1 or truncated sha256", so I had added these tests with @unittest.skip() intending that the behavior be corrected and the skip() removed. These tests are now removed.

@arvidn arvidn merged commit beb15f8 into arvidn:master Jul 25, 2021
@AllSeeingEyeTolledEweSew AllSeeingEyeTolledEweSew deleted the asetes-remove-http-seeds branch July 25, 2021 18:21
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.

2 participants