Everyone, > There was a good point raised by Martin Lucina yesterday, namely that all > the unctions mimic the names used by C API, meaning that developer in > whatever language can check C API documentation (man pages) with ease. > create_socket would be the only exception, not mapping directly to > zmq_socket. On the other hand, zmq_socket cannot be changed to > zmq_create_socket as C API tries to mimic BSD socket API with its 'socket' > function.
I just changed create_socket -> socket in the Python bindings: http://github.com/ellisonbg/pyzmq/commit/9823691f406987c267a245f8203dad0f5022561c -- Brian E. Granger, Ph.D. Assistant Professor of Physics Cal Poly State University, San Luis Obispo [email protected] [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
