]> granicus.if.org Git - python/commit
Issue #4323: Always encode source as UTF-8 without asking
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Dec 2008 18:43:40 +0000 (18:43 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Dec 2008 18:43:40 +0000 (18:43 +0000)
commit5216d083cee461f707e00775159540ed5639abc5
treef5438ce2085b6a0625361dcd3a990e2c46c5e6a7
parent05bfe1fe77085a4588fcceb6b3960c0813d11d7e
Issue #4323: Always encode source as UTF-8 without asking
the user (unless a different encoding is declared); remove
user configuration of source encoding; all according to
PEP 3120.
Lib/idlelib/IOBinding.py
Lib/idlelib/NEWS.txt
Lib/idlelib/configDialog.py