Log Message:
-----------
ShowOption is an asynchronous message, so treat it as such.
Also, 'Q' messages have an implied sync, so consume the SynchronizeMessage
returned by the handle_error state to avoid a double synchronize.
(Later, perhaps, remove the syncmsg return from handle_error entirely.)
Modified Files:
--------------
pq/src:
client3.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.1.1.1&r2=1.2)
pq/test:
client3.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/client3.py.diff?r1=1.1.1.1&r2=1.2)
pgsql-committers by date
| Next: | From: User Petere | Date: 2005-08-03 09:54:48 |
| Subject: pgtranslation - CVSROOT: Disable commit mails |
| Previous: | From: James William Pye | Date: 2005-08-03 02:33:02 |
| Subject: python - pq: Get the exception information from sys.exc_info(). |