Skip to content

Conversation

@minrk
Copy link
Member

@minrk minrk commented Feb 25, 2016

It's unused, and the one in jupyter_client should be used instead.

The only case where it might be used is searching for connection files by profile, which no longer makes sense since connection files aren't stored in IPython profiles.

closes #103

@minrk minrk changed the title deprecate find_connection_file [WIP] deprecate find_connection_file Feb 25, 2016
@minrk
Copy link
Member Author

minrk commented Feb 25, 2016

Hang on, we use it a little bit internally, but only within the module. A few more deprecations to add...

it's unused, and the one in jupyter_client should be used instead.

It will only be called if `profile` is given when searching for connection files,
which is never the right thing to do because connection files live in Jupyter paths now.
@minrk minrk force-pushed the deprecate-find-connection-file branch from 6f0a117 to 7492c3c Compare February 25, 2016 10:09
@minrk minrk changed the title [WIP] deprecate find_connection_file [WIP] deprecate find_connection_fil Feb 25, 2016
@minrk minrk changed the title [WIP] deprecate find_connection_fil deprecate find_connection_file Feb 25, 2016
@minrk minrk added this to the 4.3 milestone Feb 25, 2016
@minrk
Copy link
Member Author

minrk commented Feb 25, 2016

Okay, should be set.

@takluyver
Copy link
Member

👍 don't forget to update the changelog.

takluyver added a commit that referenced this pull request Feb 25, 2016
@takluyver takluyver merged commit 6f2b8d9 into ipython:master Feb 25, 2016
@minrk minrk deleted the deprecate-find-connection-file branch February 25, 2016 14:21
@minrk
Copy link
Member Author

minrk commented Feb 25, 2016

Updated in #106

minrk added a commit that referenced this pull request Feb 25, 2016
It's unused, and the one in jupyter_client should be used instead.

The only case where it might be used is searching for connection files by profile, which no longer makes sense since connection files aren't stored in IPython profiles.

closes #103
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.

Duplicate function find_connection_file with similar API to one in jupyter_client

2 participants