From: Éric Araujo Date: Fri, 29 Jul 2011 01:28:40 +0000 (+0200) Subject: Change one line I missed in 7527f3f9829 X-Git-Tag: v3.2.2rc1~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa95ccd02a2c2cb65a6c0bddbdaf30772f905833;p=thirdparty%2FPython%2Fcpython.git Change one line I missed in 7527f3f9829 --- diff --git a/Misc/NEWS b/Misc/NEWS index fa91d17d1db3..b9c9e501189b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -226,7 +226,7 @@ Library to avoid encoding issues. - Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to - read the Python script from the right encoding. + read the Python module from the right encoding. - Issue #12451: distutils now opens the setup script in binary mode to read the encoding cookie, instead of opening it in UTF-8.