diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-23 15:16:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-23 15:16:08 (GMT) |
commit | 9c131f28796dcfa0be3c0338316dd8d97fcea2df (patch) | |
tree | 23b3a4fd8ebcc62498dacf6290e87e0971b32339 /Misc | |
parent | 926d45bb4eb6b85b58586c027fe5e4b3467d4dc7 (diff) | |
download | cpython-9c131f28796dcfa0be3c0338316dd8d97fcea2df.zip cpython-9c131f28796dcfa0be3c0338316dd8d97fcea2df.tar.gz cpython-9c131f28796dcfa0be3c0338316dd8d97fcea2df.tar.bz2 |
add missing word
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ Core and builtins Extension Modules ----------------- -- The spwd has been added, allowing access to the shadow password database. +- The spwd module has been added, allowing access to the shadow password + database. - stat_float_times is now True. |