celery / kombu

Messaging library for Python.
http://kombu.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
2.86k stars 926 forks source link

The alternates keyword isn't documented in kombu.connection.Connection #331

Open ngie-eign opened 10 years ago

ngie-eign commented 10 years ago

The alternates option in kombu.connection.Connection provides the same functionality as semicolons in rabbitmq URIs in the event that a user chose not to use the URI format when specifying rabbitmq connection addresses.

It really should be documented because it's helpful functionality.

ngie-eign commented 10 years ago

I understand now why it exists (to make __copy__/info work), but I wish this was better documented so I knew that its use was internal-only..