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

Add support for stat_result.st_xtime_ns #196

Closed
mrbean-bremen opened this issue May 29, 2017 · 0 comments · Fixed by #200
Closed

Add support for stat_result.st_xtime_ns #196

mrbean-bremen opened this issue May 29, 2017 · 0 comments · Fixed by #200
Assignees

Comments

@mrbean-bremen
Copy link
Member

Since Python 3.3, stat_result supports nanosecond resolution time stamps to prevent the resolution problems with float times.

This is also used by shutil (see #189).

@mrbean-bremen mrbean-bremen self-assigned this May 29, 2017
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 9, 2017
- added fake stat_result to make this possible
- fixes pytest-dev#196
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 9, 2017
- added fake stat_result to make this possible
- fixes pytest-dev#196
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 10, 2017
- added fake stat_result to make this possible
- fixes pytest-dev#196
jmcgeheeiv pushed a commit that referenced this issue Jun 13, 2017
- added fake stat_result to make this possible
- fixes #196
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.

1 participant