diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 01:28:40 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 01:28:40 (GMT) |
commit | aa95ccd02a2c2cb65a6c0bddbdaf30772f905833 (patch) | |
tree | 55b37a1eac3332c7be849c031eb022a3364cfc2d | |
parent | cf534817adc49b2562d175fabd3e3992d25063fe (diff) | |
download | cpython-aa95ccd02a2c2cb65a6c0bddbdaf30772f905833.zip cpython-aa95ccd02a2c2cb65a6c0bddbdaf30772f905833.tar.gz cpython-aa95ccd02a2c2cb65a6c0bddbdaf30772f905833.tar.bz2 |
Change one line I missed in 7527f3f9829
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |