Skip to content
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

Wrong default argument of DirectView.clear #4103

Closed
WKarel opened this issue Aug 24, 2013 · 1 comment · Fixed by #4106
Closed

Wrong default argument of DirectView.clear #4103

WKarel opened this issue Aug 24, 2013 · 1 comment · Fixed by #4106
Milestone

Comments

@WKarel
Copy link

WKarel commented Aug 24, 2013

DirectView.clear
in
parallel/client/view.py
line 800
seems to have the wrong default-argument for block:
def clear(self, targets=None, block=False)

It should probably be None instead of False.

minrk added a commit to minrk/ipython that referenced this issue Aug 24, 2013
should be None

closes ipython#4103

should be backported to 1.1
@minrk
Copy link
Member

minrk commented Aug 24, 2013

should be fixed by #4106

takluyver added a commit that referenced this issue Aug 27, 2013
should be None

closes #4103

should be backported to 1.1
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
should be None

closes ipython#4103

should be backported to 1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants