commit | 777367103c9ab487fb74ce3f3ac8ea2701de328e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu May 04 05:51:03 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu May 04 05:51:03 2006 +0000 |
tree | 4cdca2cd62358317f4b7b83e8a8416f2949df0b4 | |
parent | 61d168a55ed08de951c69213a47896f637306908 [diff] [blame] |
Patch #1475845: Raise IndentationError for unexpected indent.
diff --git a/Misc/NEWS b/Misc/NEWS index cedefef..8c758b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Patch #1475845: Raise IndentationError for unexpected indent. + - Patch #1479181: split open() and file() from being aliases for each other. - Bug #1465834: 'bdist_wininst preinstall script support' was fixed