From: Raymond Hettinger Date: Mon, 8 Sep 2003 18:43:46 +0000 (+0000) Subject: Generalize the last change to check for other markup spacing errors. X-Git-Tag: v2.3.1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d902c77814c3b2240c6eb4843c85873d02bd6d73;p=thirdparty%2FPython%2Fcpython.git Generalize the last change to check for other markup spacing errors. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7a7b6351931b..9641cae0b52b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -108,7 +108,7 @@ 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. +- texcheck.py now checks for double word errors and erroneous spacing markup. Build -----