summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:27:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:27:24 (GMT)
commitc300175547ced0af17857a29462b0f9294e8c31c (patch)
treedd3704d47b76e1714599eefe77d4eec0354dd11b /Misc/NEWS
parent4d394dfebbcf00e7eec74ee5f4c1b149b3744a91 (diff)
downloadcpython-c300175547ced0af17857a29462b0f9294e8c31c.zip
cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.gz
cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.bz2
Patch #579435: Shadow Password Support Module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cad22cd..7753df5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and builtins
Extension Modules
-----------------
+- The spwd has been added, allowing access to the shadow password database.
+
- stat_float_times is now True.
- array.array objects are now picklable.