From: Andrew M. Kuchling Date: Thu, 24 Apr 2003 16:45:05 +0000 (+0000) Subject: Fix case X-Git-Tag: v2.3c1~1030 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56;p=thirdparty%2FPython%2Fcpython.git Fix case --- diff --git a/Misc/NEWS b/Misc/NEWS index 01f2c3408110..d666762ea0ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.