[issue8754] quote bad module name in ImportError-like messages

2013-02-01 Thread Éric Araujo
Éric Araujo added the comment: Great! -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing

[issue8754] quote bad module name in ImportError-like messages

2013-02-01 Thread Brett Cannon
Brett Cannon added the comment: Over time I have fixed this issue in various patches. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8754] quote bad module name in ImportError-like messages

2012-03-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8754] quote bad module name in ImportError-like messages

2012-03-07 Thread Brett Cannon
Brett Cannon added the comment: It technically doesn't depend, but it potentially would make this moot. But stuff is going on at the language summit which is going to shift stuff around. -- dependencies: -ImportError needs attributes for module and file name _

[issue8754] quote bad module name in ImportError-like messages

2012-03-02 Thread Éric Araujo
Éric Araujo added the comment: > With issue1559549 adding a 'name' argument, I'm going to push to have it gain > a reasonable default > __str__ if 'name' is set but nothing else. That patch also contains some > helper functions which > should simplify Eric's patch. Maybe you’re talking about

[issue8754] quote bad module name in ImportError-like messages

2012-02-09 Thread Brett Cannon
Brett Cannon added the comment: With issue1559549 adding a 'name' argument, I'm going to push to have it gain a reasonable default __str__ if 'name' is set but nothing else. That patch also contains some helper functions which should simplify Eric's patch. -- dependencies: +ImportErro

[issue8754] quote bad module name in ImportError-like messages

2011-11-25 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue8754] quote bad module name in ImportError-like messages

2011-09-02 Thread Éric Araujo
Éric Araujo added the comment: Victor changed ImportError some time ago for #3080, so my patch now only touches a few stdlib modules. -- components: +Library (Lib) -Interpreter Core title: ImportError: quote bad module name in message -> quote bad module name in ImportError-like messa