python - pq: Fix MD5 AuthRequest handler.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Fix MD5 AuthRequest handler.
Date: 2005-09-22 02:07:18
Message-ID: 20050922020718.5358D1125F39@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix MD5 AuthRequest handler.

Modified Files:
--------------
pq/src:
client3.py (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-09-22 04:12:05 python - pq: Clean up the password code a bit more.
Previous Message James William Pye 2005-09-21 20:45:37 python - fe: os.getlogin is not portable.