commit | e18b82d996e442bbaee19b1016934fe33a89efa3 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Oct 29 15:27:14 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Oct 29 15:27:14 2013 -0400 |
tree | 27243ee050cc02f98433af23256873552c4c619d | |
parent | b6a985eb7418da291460924ff2543edc2b5b4810 [diff] [blame] |
backport #19426
diff --git a/Misc/NEWS b/Misc/NEWS index f1d5e21..66a0f3e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1,6 +1,17 @@ Python News +++++++++++ +Whats' New in Python 2.7.6? +=========================== + +*Release date: 2013-11-02* + +IDLE +---- + +- Issue #19426: Fixed the opening of Python source file with specified encoding. + + What's New in Python 2.7.6 release candidate 1? ===============================================