]> granicus.if.org Git - python/commitdiff
posix.mknod() and {}.pop() were added
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 15 Apr 2002 12:46:11 +0000 (12:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 15 Apr 2002 12:46:11 +0000 (12:46 +0000)
Doc/whatsnew/whatsnew23.tex

index 906c4d2cc04fde0e55815969570dc88818810af5..0b16acd99cab77e0f302c49e245e743527ef3eb9 100644 (file)
@@ -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}