From: Raymond Hettinger Date: Mon, 8 Sep 2003 18:06:46 +0000 (+0000) Subject: texcheck.py checks for double word errors and \NULL markup. X-Git-Tag: v2.3.1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62d59fec1883125c2633b3c9c7d0c49299aa0e53;p=thirdparty%2FPython%2Fcpython.git texcheck.py checks for double word errors and \NULL markup. --- diff --git a/Misc/NEWS b/Misc/NEWS index 77ad0edd9a91..7a7b6351931b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -108,6 +108,8 @@ Tools/Demos - Pynche was fixed to not crash when there is no ~/.pynche file and no -d option was given. +- texcheck.py now checks for double word errors and erroneous \NULL markup. + Build -----