Antoine Pitrou <pit...@free.fr> added the comment: Yes, there is:
$ cat > "file-with-hyphen and space.py" x = 5 $ python Python 2.6.4 (r264:75706, Oct 27 2009, 15:50:27) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> mod = __import__("file-with-hyphen and space") >>> mod.x 5 >>> ---------- nosy: +pitrou resolution: -> invalid status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7411> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com