Bug#433424: python-epydoc: bad identifier error when module names with a "-" (dash) are imported

2007-07-17 Thread Cameron Dale
Package: python-epydoc Version: 3.0~beta1-1 Severity: minor A python file can import a module whose name contains a "-" (dash), using the __import__ builtin function (just doing a normal import fails, as identifiers cannot contain dashes): DebTorrentClient = __import__('debtorrent-client', glob

Bug#433424: python-epydoc: bad identifier error when module names with a "-" (dash) are imported

2007-07-24 Thread Kenneth Pronovici
On Tue, Jul 17, 2007 at 12:38:20AM -0700, Cameron Dale wrote: > Package: python-epydoc > Version: 3.0~beta1-1 > Severity: minor > > > A python file can import a module whose name contains a "-" (dash), using > the __import__ builtin function (just doing a normal import fails, as > identifiers ca