[Python-checkins] python/dist/src/Misc NEWS,1.385,1.386

loewis@sourceforge.net loewis@sourceforge.net
Sun, 14 Apr 2002 03:19:46 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv28399/Misc

Modified Files:
	NEWS 
Log Message:
Patch #543447: Add posix.mknod.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.385
retrieving revision 1.386
diff -C2 -d -r1.385 -r1.386
*** NEWS	13 Apr 2002 00:59:05 -0000	1.385
--- NEWS	14 Apr 2002 10:19:43 -0000	1.386
***************
*** 57,60 ****
--- 57,62 ----
  Extension modules
  
+ - posix.mknod was added.
+ 
  - The locale module now exposes the C library's gettext interface.