summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-04-14 10:19:44 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-04-14 10:19:44 (GMT)
commit06a83e90aa345c27db2652ddccdba683cdfa9311 (patch)
treedfe95488425e40028e0d606094d9019736d8d31c /Misc/NEWS
parent314fc79ce8ffa79fbe42d26a4dc350b901d9341b (diff)
downloadcpython-06a83e90aa345c27db2652ddccdba683cdfa9311.zip
cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.gz
cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.bz2
Patch #543447: Add posix.mknod.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d3ed145..e6fc808 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Core and builtins
Extension modules
+- posix.mknod was added.
+
- The locale module now exposes the C library's gettext interface.
- A security hole ("double free") was found in zlib-1.1.3, a popular