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

Use pathlib.Path in Directory layer in Python bindings if possible #11427

Open
sepeth opened this issue May 23, 2024 · 0 comments
Open

Use pathlib.Path in Directory layer in Python bindings if possible #11427

sepeth opened this issue May 23, 2024 · 0 comments

Comments

@sepeth
Copy link
Contributor

sepeth commented May 23, 2024

Currently path handling done internally with tuples via _to_unicode_path function in bindings/python/fdb/directory_impl.py. Maybe it is better to do this via pathlib.Path. This came up in a discussion in #11418.

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

No branches or pull requests

2 participants
@sepeth and others