Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into amqp_0_9_1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Jul 28, 2010
2 parents c9404dc + ba01f9e commit c5f02bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions TODO
Expand Up @@ -7,12 +7,6 @@ Here goes the list of bugs, limitations, ideas and feature requests.

o If AMQP broker is dead, return nice and predictable exception.

o There's no reasonable way of flushing connection. What to
do if you want to send a million messages (which is not blocking)?
It ends up in creating huuuuge in-memory buffer which
is flushed only after you enter asyncore or some other blocking
request.

o Handle UTF in password/username or message body. At least print nice error.

o Do something when user/pass is bad.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@
"""

setup(name='pika',
version='0.5.1',
version='0.5.2',
description='Pika Python AMQP Client Library',
long_description=long_description,
author='Tony Garnock-Jones',
Expand Down

0 comments on commit c5f02bf

Please sign in to comment.