diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-09 15:00:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-09 15:00:59 (GMT) |
commit | ebd9d5ba1abc432f3a11b99ac32657b4cea7ecfd (patch) | |
tree | f6ac9d05bb7227ea9bbccf8612e6e6b6553abe90 /Misc | |
parent | 147fbe5a558094f5690636476ca8da648703141a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |