]> granicus.if.org Git - python/commitdiff
Filled in release date; repaired grammar in a news item.
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 16:18:08 +0000 (16:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 16:18:08 +0000 (16:18 +0000)
Misc/NEWS

index 69d63fb58f1419f2c0426bde8c239f0c147ba0b1..02cb788b9ae6e319a1ee01a7e64d749acf5616ba 100644 (file)
--- 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.