summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-02-04 19:12:37 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-02-04 19:12:37 (GMT)
commit57a34e802638d51fc4b1dfba5ee9d8231ab52afe (patch)
tree21c5ccae82eff467e548abea9fe59435be650205 /Misc/NEWS
parentfaa26dfdd818544b1d1b0de4fa0a9e87cc81d510 (diff)
downloadcpython-57a34e802638d51fc4b1dfba5ee9d8231ab52afe.zip
cpython-57a34e802638d51fc4b1dfba5ee9d8231ab52afe.tar.gz
cpython-57a34e802638d51fc4b1dfba5ee9d8231ab52afe.tar.bz2
Patch #1422385: Changes to nis module to support multiple NIS domains
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6250a51..7fe0393 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1422385: The nis module now supports access to domains other
+ than the system default domain.
+
- Use Win32 API to implement os.stat/fstat. As a result, subsecond timestamps
are reported, the limit on path name lengths is removed, and stat reports
WindowsError now (instead of OSError).