Message203332
Sorry for any confusion, Claudiu. the_module.__path__ only indicates that the module is a package. So until you can take advantage of PEP 451, you're stuck with the _path check (or several other unappealing hack) on line 224 of unittest-17457-3.patch.
However, the use of __path__ on line 226 is correct now. :) Thanks for changing that. |
|
Date |
User |
Action |
Args |
2013-11-18 23:51:07 | eric.snow | set | recipients:
+ eric.snow, eric.smith, ezio.melotti, michael.foord, Claudiu.Popa |
2013-11-18 23:51:07 | eric.snow | set | messageid: <1384818667.47.0.691944386655.issue17457@psf.upfronthosting.co.za> |
2013-11-18 23:51:07 | eric.snow | link | issue17457 messages |
2013-11-18 23:51:07 | eric.snow | create | |
|