From: Neal Norwitz Date: Mon, 15 Apr 2002 12:46:11 +0000 (+0000) Subject: posix.mknod() and {}.pop() were added X-Git-Tag: v2.3c1~5959 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b384c7263928cc2d8dd16cac8537839673cd4982;p=thirdparty%2FPython%2Fcpython.git posix.mknod() and {}.pop() were added --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 906c4d2cc04f..0b16acd99cab 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -218,7 +218,7 @@ arraymodule.c: - add Py_UNICODE arrays Return enhanced tuples in grpmodule -posixmodule: killpg, +posixmodule: killpg, mknod Expat is now included with the Python source @@ -228,6 +228,7 @@ redisplay functions. Add optional arg to string methods strip(), lstrip(), rstrip(). The optional arg specifies characters to delete. +Add dict method pop(). %====================================================================== \section{Interpreter Changes and Fixes}