forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe9728a
committed
pgdb.connect() seems to be broken on Python 2.0.1 (which ships with
Slackware 8), and perhaps on other Pythons, haven't checked. Something inthe _pg.connect() call isn't working. I think the problem stems from thefact that 'host' is a named parameter of both _pg.connect and pgdb.connect,and so Python treats it as a variable assignment, not a named parameter.Uses non-named parameters.Andrew Johnson1 parent2d81019 commitbe9728a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
383 | | - | |
384 | | - | |
| 382 | + | |
| 383 | + | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
| |||
0 commit comments
Comments
(0)