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

updated ping.py as ping3.py for python3. fixed multithreading bug #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kyan001
Copy link

@kyan001 kyan001 commented Jun 18, 2016

removed ord() and *2/2 in checksum(), since python3 no need these and give the same result as python2

print x -> print(x)
replacing % x by {}.format()

small modifies on verbose_ping prints

@kyan001
Copy link
Author

kyan001 commented Jul 7, 2016

fixed multithreading problem in ping3.py

@kyan001 kyan001 changed the title updated ping.py as ping3.py for python3. updated ping.py as ping3.py for python3. fixed multithreading bug Jul 7, 2016
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.

1 participant