Merge 3.2: issue #14937.

This commit is contained in:
Martin v. Löwis 2012-06-03 12:00:48 +02:00
commit 156989aa79
3 changed files with 22 additions and 3 deletions

View file

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