summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-09 15:00:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-09 15:00:59 (GMT)
commitebd9d5ba1abc432f3a11b99ac32657b4cea7ecfd (patch)
treef6ac9d05bb7227ea9bbccf8612e6e6b6553abe90 /Misc
parent147fbe5a558094f5690636476ca8da648703141a (diff)
downloadcpython-ebd9d5ba1abc432f3a11b99ac32657b4cea7ecfd.zip
cpython-ebd9d5ba1abc432f3a11b99ac32657b4cea7ecfd.tar.gz
cpython-ebd9d5ba1abc432f3a11b99ac32657b4cea7ecfd.tar.bz2
Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
add st_gen, st_birthtime.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10e43bc..a1f15ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1180695: Add nanosecond stat resolution, and st_gen,
+ st_birthtime for FreeBSD.
+
- Patch #1231069: The fcntl.ioctl function now uses the 'I' code for
the request code argument, which results in more C-like behaviour
for large or negative values.