diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-04-14 10:19:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-04-14 10:19:44 (GMT) |
commit | 06a83e90aa345c27db2652ddccdba683cdfa9311 (patch) | |
tree | dfe95488425e40028e0d606094d9019736d8d31c /Misc/NEWS | |
parent | 314fc79ce8ffa79fbe42d26a4dc350b901d9341b (diff) | |
download | cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.zip cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.gz cpython-06a83e90aa345c27db2652ddccdba683cdfa9311.tar.bz2 |
Patch #543447: Add posix.mknod.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |