commit | fab8be2f99889a21c0651c7e7ac0d7ffa91a872c | [log] [tgz] |
---|---|---|
author | Philip Jenvey <pjenvey@underboss.org> | Tue Nov 17 02:42:26 2009 +0000 |
committer | Philip Jenvey <pjenvey@underboss.org> | Tue Nov 17 02:42:26 2009 +0000 |
tree | 0eb668e0f93faa27586c1a7f25e00f303e406e28 | |
parent | 3d6790e49fb0267dbc8550b76411cdda412bf0e8 [diff] [blame] |
#1757126: fix typo with the cyrillic_asian alias
diff --git a/Misc/NEWS b/Misc/NEWS index 041f2a7..d366818 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #1757126: Fix the cyrillic-asian alias for the ptcp154 encoding. + - Fix several issues with compile(). The input can now contain Windows and Mac newlines and is no longer required to end in a newline.