This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Suzumizaki, ezio.melotti
Date 2009-05-26.10:04:58
SpamBayes Score 3.471834e-12
Marked as misclassified No
Message-id <1243332301.78.0.639839303544.issue6102@psf.upfronthosting.co.za>
In-reply-to
Content
Your problem could be related to #3297, but katakana characters don't
have a codepoint greater than U+FFFF so it could be something else.
(What is the value of sys.maxunicode there though?)

I tried your script on Linux with Python3.1b1 and en_US.UTF-8 but I
wasn't able to reproduce the issue.
I ran the script from the terminal with "python3 test.py" twice and it
worked both the time (is this the correct way to use the script?).
Can you try with Python3.1 and see if it works?

I also tried to create a directory called デスクトップ with an
__init__.py in it, I imported it and reloaded and it worked properly,
even when the .pyc was there.

If you delete the .pyc an reload the script again, does it work?

(Next time upload the files separately, it's easier for us to see them.)
History
Date User Action Args
2009-05-26 10:05:01ezio.melottisetrecipients: + ezio.melotti, Suzumizaki
2009-05-26 10:05:01ezio.melottisetmessageid: <1243332301.78.0.639839303544.issue6102@psf.upfronthosting.co.za>
2009-05-26 10:04:59ezio.melottilinkissue6102 messages
2009-05-26 10:04:59ezio.melotticreate