summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-19 10:55:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-19 10:55:19 (GMT)
commit382abeff0f1a53ffaaddfea06e8721bf42b66502 (patch)
treeb59671b10eefc9082b426aa1d5c4304e26fbb9db /Misc
parent0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c (diff)
downloadcpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.zip
cpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.tar.gz
cpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.tar.bz2
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
functions on platforms where the underlying system calls are available.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 7ea63cc..92e4f40 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -377,6 +377,7 @@ Luc Lefebvre
Kip Lehman
Joerg Lehmann
Marc-Andre Lemburg
+Mark Levinson
William Lewis
Robert van Liere
Martin Ligr
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ef1716..72d5832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -371,6 +371,9 @@ Library
Extension Modules
-----------------
+- Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
+ functions on platforms where the underlying system calls are available.
+
- Patch #1494140: Add documentation for the new struct.Struct object.
- Patch #1432399: Support the HCI protocol for bluetooth sockets