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 remaining references to deprecated XREP/XREQ names #1938

Merged
merged 1 commit into from Jun 13, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Jun 13, 2012

There was only one actual use of the deprecated constants in code, but numerous mentions in docstrings, etc.

These names have been removed from the next libzmq release, and will presumably be removed from pyzmq someday.

only one line of actual code is changed.

these names have been removed from the next libzmq release,
and will presumably be removed from pyzmq someday.
@fperez
Copy link
Member

fperez commented Jun 13, 2012

Running test_pr

@fperez
Copy link
Member

fperez commented Jun 13, 2012

Does this in any way change the earliest zmq version we'd support?

@minrk
Copy link
Member Author

minrk commented Jun 13, 2012

No. The names have been deprecated for a long time,and we haven't used them anywhere in the code in forever. The only use is one that snuck into the notebook code, which was apparently unaware about the name change that had long since propagated across the rest of the code.

@fperez
Copy link
Member

fperez commented Jun 13, 2012

Test results for commit 7295e82 merged into master
Platform: linux2

  • python2.7: OK
  • python3.2: OK (libraries not available: cython matplotlib oct2py pygments pymongo rpy2 wx wx.aui)

Not available for testing: python2.6, python3.1

@fperez
Copy link
Member

fperez commented Jun 13, 2012

OK, thanks for the clarification. Test_pr report was clean and code looks solid too, merging now.

fperez added a commit that referenced this pull request Jun 13, 2012
Remove remaining references to deprecated XREP/XREQ names.

There was only one actual use of the deprecated constants in code, but numerous mentions in docstrings, etc.

These names have been removed from the next libzmq release, and will presumably be removed from pyzmq someday.
@fperez fperez merged commit 8614a32 into ipython:master Jun 13, 2012
@minrk minrk deleted the xreqxrep branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Remove remaining references to deprecated XREP/XREQ names.

There was only one actual use of the deprecated constants in code, but numerous mentions in docstrings, etc.

These names have been removed from the next libzmq release, and will presumably be removed from pyzmq someday.
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.

None yet

3 participants