summaryrefslogtreecommitdiff
path: root/bugs/c-lstat.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'bugs/c-lstat.mdwn')
-rw-r--r--bugs/c-lstat.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/bugs/c-lstat.mdwn b/bugs/c-lstat.mdwn
deleted file mode 100644
index fc9399c..0000000
--- a/bugs/c-lstat.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-Obnam is using the Python os.lstat method to get metadata from files.
-Python returns timestamps as floats, which are awkward to store on
-disk. It would be good to switch to a C extension that does the lstat
-system call and returns timestamps as (pairs of) integers instead.
-This would allow full timestamp precision.
-
---liw
-
-[[done]]