mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #9308: Removed redundant coding cookies. Added tests for
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
This commit is contained in:
parent
c01537f742
commit
e8f583244a
16 changed files with 59 additions and 21 deletions
3
Lib/test/encoded_modules/module_koi8_r.py
Normal file
3
Lib/test/encoded_modules/module_koi8_r.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
# test koi8-r encoding
|
||||
# -*- encoding: koi8-r -*-
|
||||
test = "Познание бесконечности требует бесконечного времени."
|
Loading…
Add table
Add a link
Reference in a new issue