[Python-checkins] python/dist/src/Misc NEWS,1.445,1.446
loewis@users.sourceforge.net
loewis@users.sourceforge.net
Sun, 28 Jul 2002 09:33:47 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv3899/Misc
Modified Files:
NEWS
Log Message:
Patch #573770: Implement lchown.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.445
retrieving revision 1.446
diff -C2 -d -r1.445 -r1.446
*** NEWS 23 Jul 2002 03:44:35 -0000 1.445
--- NEWS 28 Jul 2002 16:33:45 -0000 1.446
***************
*** 163,168 ****
written to disk.
! - posix.killpg, posix.mknod, and posix.getpgid have been added where
! available.
- The locale module now exposes the C library's gettext interface.
--- 163,168 ----
written to disk.
! - posix.lchown, posix.killpg, posix.mknod, and posix.getpgid have been
! added where available.
- The locale module now exposes the C library's gettext interface.
***************
*** 340,344 ****
new type.
! - Accoring to Annex F of the current C standard,
The Standard C macro HUGE_VAL and its float and long double analogs,
--- 340,344 ----
new type.
! - According to Annex F of the current C standard,
The Standard C macro HUGE_VAL and its float and long double analogs,