Commits

Antoine Pitrou authored 3eaa7dd0e8b
ARROW-15896: [Python][C++] Add errno detail for filesystem "file not found" errors This allows raising FileNotFoundError in Python, which is more user-friendly. Closes #12626 from pitrou/ARROW-15896-filesystem-errno Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>