Message 27717 - Python tracker (original) (raw)
Message27717
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 | doerwalter |
|---|---|
| Recipients | |
| Date | 2006-03-09.08:12:50 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content |
|---|
| Logged In: YES user_id=89016 The problem is that after normalizing the encoding name a module with this name is imported. Maybe encodings/__init__.py:search_function should do: if ".".join(filter(None, modname.split("."))) != modname: return None |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:38:18 | admin | link | issue1446043 messages |
| 2007-08-23 14:38:18 | admin | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜