diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-04-24 16:45:05 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-04-24 16:45:05 (GMT) |
commit | 4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56 (patch) | |
tree | 27945bf8755a9c6506a295008d4e4e85b1ad7e2a /Misc | |
parent | 035272be91c8f809ec4934fd236cf343b3ab7620 (diff) | |
download | cpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.zip cpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.tar.gz cpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.tar.bz2 |
Fix case
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Library - Added new module "platform" which provides a wide range of tools for querying platform dependent features. -- netrc now allows Ascii punctuation characters in passwords. +- netrc now allows ASCII punctuation characters in passwords. - shelve now supports the optional writeback argument, and exposes pickle protocol versions. |