New submission from Stephen Tucker :
Hi,
Issue 38363 is a false alarm - I am sorry to have wasted your time.
My mistake was that the file that had the BOM in it also had a space at the
end of the filename. I removed the space and the module was found OK.
Sorry again.
Stephen Tucker
New submission from Stephen Tucker :
Hi,
I am running Python 2.7.10 on Windows 10.
I have discovered that if a .py source text file (that is, a Module text
file) starts with a UTF-8 Byte Order Mark, the module does not get "found"
by the import statement.
I have just spent an
Stephen Tucker added the comment:
Martin: Yes, I agree this does not demonstrate the issue I reported - so
far as print is concerned. The other issue in my original report was that
the same behaviour is exhibited when tuples are read from a utf-8 - encoded
file where a tuple which has a
Stephen Tucker added the comment:
Dear All (Eric Smith in particular),
I see the issue has been closed - I guess that I have to use e-mail to
continue this discussion.
I attach a source file that demonstrates the "feature", and the output from
IDLE that it generated.
Yours,
Step
New submission from Stephen Tucker:
If a tuple consists of a single unicode object with non-ASCII characters in it,
the printing of the tuple causes the non-ASCII characters to appear correctly
as characters.
If the tuple contains such a unicode object and anything else (even if it
contains