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

Remove last bits of Python 2 compat code from package. #574

Merged
merged 2 commits into from
Aug 18, 2020
Merged

Remove last bits of Python 2 compat code from package. #574

merged 2 commits into from
Aug 18, 2020

Conversation

rahulporuri
Copy link
Contributor

  • remove coding cookies
  • remove future import statements
  • remove 2/3 conditionals
  • remove try/excepts around imports which changed

Sai Rahul Poruri added 2 commits August 17, 2020 19:25
- remove coding cookies
- remove future import statements
- remove 2/3 conditionals
- remove try/excepts around imports which changed
	modified:   jupyter_client/adapter.py
	modified:   jupyter_client/connect.py
	modified:   jupyter_client/jsonutil.py
	modified:   jupyter_client/session.py
	modified:   jupyter_client/tests/test_kernelspec.py
	modified:   jupyter_client/tests/test_session.py
Copy link
Contributor

@MSeal MSeal left a comment

Choose a reason for hiding this comment

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

Thanks!

@MSeal MSeal merged commit 3f8599f into jupyter:master Aug 18, 2020
@rahulporuri rahulporuri deleted the cln/more-misc-compat-code branch August 19, 2020 07:57
@rahulporuri
Copy link
Contributor Author

@MSeal can you also take a look at #573, #571 and #572 when you have the time? Those are also complete and ready for review.

@MSeal
Copy link
Contributor

MSeal commented Aug 19, 2020

Yeah thanks for adding all those PRs!

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