[New-bugs-announce] [issue7411] allow import from file having name containing hyphen or blank

Phillip M. Feldman report at bugs.python.org
Mon Nov 30 08:01:16 CET 2009


New submission from Phillip M. Feldman <pfeldman at verizon.net>:

It appears that there is currently no way to import from a file whose
name contains a hyphen or blank.  This makes it difficult to encode a
version number or date in the file name.   The solution that I favor
would be to allow the name of the file to be specified via a quoted string.

----------
components: Interpreter Core
messages: 95832
nosy: pfeldman at verizon.net
severity: normal
status: open
title: allow import from file having name containing hyphen or blank
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7411>
_______________________________________


More information about the New-bugs-announce mailing list