summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-02-20 01:52:48 (GMT)
committerGuido van Rossum <guido@python.org>2003-02-20 01:52:48 (GMT)
commit16c8517988728d4ac4eed4b7db9796182ad9f979 (patch)
treec5a2251de4f4a0382c642e78a502c722352f502e /Misc
parenta003290da56a2262bc9fe8b26d1b34f63ef762e4 (diff)
downloadcpython-16c8517988728d4ac4eed4b7db9796182ad9f979.zip
cpython-16c8517988728d4ac4eed4b7db9796182ad9f979.tar.gz
cpython-16c8517988728d4ac4eed4b7db9796182ad9f979.tar.bz2
Match parentheses.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8f26cc..d6f7810 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.