merge 3.2

This commit is contained in:
Martin v. Löwis 2012-06-03 12:33:23 +02:00
commit f20940792d
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ What's New in IDLE 3.3.0?
=========================
- Issue #14937: Perform auto-completion of filenames in strings even for
non-ASCII filenames.
non-ASCII filenames. Likewise for identifiers.
- Issue #8515: Set __file__ when run file in IDLE.
Initial patch by Bruce Frederiksen.