summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-04-15 12:46:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-04-15 12:46:11 (GMT)
commitb384c7263928cc2d8dd16cac8537839673cd4982 (patch)
tree956a6fe19a7dccb77052d0612df4d5707f58c11a /Doc
parent69cf3c7641a7c4a76e0e66e3367f949d14d7d6c4 (diff)
downloadcpython-b384c7263928cc2d8dd16cac8537839673cd4982.zip
cpython-b384c7263928cc2d8dd16cac8537839673cd4982.tar.gz
cpython-b384c7263928cc2d8dd16cac8537839673cd4982.tar.bz2
posix.mknod() and {}.pop() were added
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 906c4d2..0b16acd 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}