Message309001
Éric: in python3 if no .py is found but a .pyc is found where the .py is expected, it will be imported and run. This supports sourceless package distributions, which is something we only sorta-support :)
The change looks simple enough that it might be worth doing, but I'll leave that to the unittest maintainers. If accepted there should be comments as to why a .pyc is being checked for. |
|
| Date |
User |
Action |
Args |
| 2017-12-24 16:19:28 | r.david.murray | set | recipients:
+ r.david.murray, rbcollins, ezio.melotti, eric.araujo, michael.foord, brgirgis |
| 2017-12-24 16:19:28 | r.david.murray | set | messageid: <[email protected]> |
| 2017-12-24 16:19:28 | r.david.murray | link | issue32419 messages |
| 2017-12-24 16:19:28 | r.david.murray | create | |
|