[
https://issues.apache.org/jira/browse/ARROW-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou reassigned ARROW-2218:
-------------------------------------
Assignee: Antoine Pitrou
> [Python] PythonFile should infer mode when not given
> ----------------------------------------------------
>
> Key: ARROW-2218
> URL: https://issues.apache.org/jira/browse/ARROW-2218
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Affects Versions: 0.8.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> The following is clearly not optimal:
> {code:python}
> >>> f = open('README.md', 'r')
> >>> pa.PythonFile(f).mode
> 'wb'
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)