posix.mknod() and {}.pop() were added

This commit is contained in:
Neal Norwitz 2002-04-15 12:46:11 +00:00
parent 69cf3c7641
commit b384c72639
1 changed files with 2 additions and 1 deletions

View 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}