From: Guido van Rossum Date: Thu, 20 Feb 2003 01:52:48 +0000 (+0000) Subject: Match parentheses. X-Git-Tag: v2.3c1~1754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16c8517988728d4ac4eed4b7db9796182ad9f979;p=thirdparty%2FPython%2Fcpython.git Match parentheses. --- diff --git a/Misc/NEWS b/Misc/NEWS index c8f26cca27a7..d6f7810e8c43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1507,7 +1507,7 @@ Mac This feature has been replaced by universal newline support (PEP278). - The default encoding for Python sourcefiles in MacPython-OS9 is no longer - mac-roman (or whatever your local Mac encoding was but "ascii", like on + mac-roman (or whatever your local Mac encoding was) but "ascii", like on other platforms. If you really need sourcefiles with Mac characters in them you can change this in site.py.