Skip to content

Conversation

lxyu
Copy link
Contributor

@lxyu lxyu commented Sep 3, 2014

  1. server_id default value removed and changed to arg from kwarg
  2. connection_settings was also changed to arg since it's essential and kwargs default value should not be mutable dict.

This change may cause compatibility issue for previous versions.

lxyu added 2 commits September 3, 2014 16:35
connection_settings was also changed to arg since it's essential and
kwargs default value should not be mutable.
@lxyu lxyu force-pushed the remove_default_server_id branch from db4274a to 5744a18 Compare September 3, 2014 10:17
@bjoernhaeuser
Copy link
Collaborator

We need to move it, because arguments without default must be before the one with an default, right?

@lxyu
Copy link
Contributor Author

lxyu commented Sep 9, 2014

yes, args must before kwargs.

@julien-duponchelle
Copy link
Owner

I think we can merge or something is missing?

@bjoernhaeuser
Copy link
Collaborator

👍

julien-duponchelle added a commit that referenced this pull request Sep 10, 2014
remove default server_id as discussed in #80
@julien-duponchelle julien-duponchelle merged commit d1df5f1 into julien-duponchelle:master Sep 10, 2014
@lxyu lxyu deleted the remove_default_server_id branch September 11, 2014 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants