-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
NEWS item bogus about pg.connect() taking 3 args #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Forget it, I got it, it's the number of params to the callback, not to the function |
Actually, on a second read, it's the NEWS file being bogus. It says "pg.connect now requires 3 arguments" which isn't true. It's the callback passed to it that needs take 3 arguments. |
Please merge #362 to fix NEWS file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wiki page does NOT present a
pg.Connect()
call taking 3 arguments but the NEWS file says that since v1.0 it is required to pass 3 arguments.The text was updated successfully, but these errors were encountered: