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

Update conversions.jl #201

Closed
wants to merge 2 commits into from
Closed

Update conversions.jl #201

wants to merge 2 commits into from

Conversation

sbromberger
Copy link
Contributor

Fixes

WARNING: BigInt(s::AbstractString) is deprecated, use parse(BigInt,s) instead.
 in depwarn at deprecated.jl:73
 in call at deprecated.jl:50
 in convert at /Users/bromberger1/.julia/v0.4/PyCall/src/conversions.jl:712

Fixes

```
WARNING: BigInt(s::AbstractString) is deprecated, use parse(BigInt,s) instead.
 in depwarn at deprecated.jl:73
 in call at deprecated.jl:50
 in convert at /Users/bromberger1/.julia/v0.4/PyCall/src/conversions.jl:712
```
@stevengj
Copy link
Member

stevengj commented Oct 2, 2015

Thanks, can you please squash the commits?

@sbromberger
Copy link
Contributor Author

I'll close and reopen - I did this in the github editor.

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.

2 participants