Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b384c72

Browse files
committed
posix.mknod() and {}.pop() were added
1 parent 69cf3c7 commit b384c72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ \section{New and Improved Modules}
218218

219219
Return enhanced tuples in grpmodule
220220

221-
posixmodule: killpg,
221+
posixmodule: killpg, mknod
222222

223223
Expat is now included with the Python source
224224

@@ -228,6 +228,7 @@ \section{New and Improved Modules}
228228
Add optional arg to string methods strip(), lstrip(), rstrip().
229229
The optional arg specifies characters to delete.
230230

231+
Add dict method pop().
231232

232233
%======================================================================
233234
\section{Interpreter Changes and Fixes}

0 commit comments

Comments
 (0)