summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 16:18:08 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 16:18:08 (GMT)
commit27409443612ff2719faa65c1205f7b020af22ded (patch)
tree4f9c2543ffe0adddef7b9454308c203301ce5a7a /Misc
parent32a5e878d7385569b5f43bddcad5a511455222a3 (diff)
downloadcpython-27409443612ff2719faa65c1205f7b020af22ded.zip
cpython-27409443612ff2719faa65c1205f7b020af22ded.tar.gz
cpython-27409443612ff2719faa65c1205f7b020af22ded.tar.bz2
Filled in release date; repaired grammar in a news item.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 69d63fb..02cb788 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
What's New in Python 2.3 beta 2?
================================
-*Release date: XX-XXX-2003*
+*Release date: 29-Jun-2003*
Core and builtins
-----------------
@@ -163,8 +163,8 @@ Tools/Demos
- Tools/idle is gone; long live Lib/idlelib.
-- diff.py is a new script for print file diffs in context, unified, or ndiff
- formats. Provides an alternate command line interface to difflib.py.
+- diff.py prints file diffs in context, unified, or ndiff formats,
+ providing a command line interface to difflib.py.
- texcheck.py is a new script for making a rough validation of Python LaTeX
files.