diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-07-28 16:33:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-07-28 16:33:45 (GMT) |
commit | 0cec0ffc787ee969b4003d04c031d38e2c523715 (patch) | |
tree | cc896af4474d199540e76940133779e70bf400c7 /Misc | |
parent | ddc6f4748e827ba655816987215394afbf811810 (diff) | |
download | cpython-0cec0ffc787ee969b4003d04c031d38e2c523715.zip cpython-0cec0ffc787ee969b4003d04c031d38e2c523715.tar.gz cpython-0cec0ffc787ee969b4003d04c031d38e2c523715.tar.bz2 |
Patch #573770: Implement lchown.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -162,8 +162,8 @@ Extension modules This will create a temporary in-memory bsddb that won't be written to disk. -- posix.killpg, posix.mknod, and posix.getpgid have been added where - available. +- 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. @@ -339,7 +339,7 @@ Build to require editing the core to teach the trashcan mechanism about the new type. -- Accoring to Annex F of the current C standard, +- According to Annex F of the current C standard, The Standard C macro HUGE_VAL and its float and long double analogs, HUGE_VALF and HUGE_VALL, expand to expressions whose values are |