Message232479
OK, then why don't we just make create_module() a required method to use exec_module(), add a DeprecationWarning for when it isn't defined, leave Loader.create_module() as-is (already returns None), and then plan to make it a requirement in Python 3.6 since the fix is so simple. That leaves the None return value for pragmatic reasons but makes it only way to specify the default instead of 2. |
|
Date |
User |
Action |
Args |
2014-12-11 14:40:17 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, Arfrever, eric.snow |
2014-12-11 14:40:17 | brett.cannon | set | messageid: <1418308817.2.0.353255986239.issue23014@psf.upfronthosting.co.za> |
2014-12-11 14:40:17 | brett.cannon | link | issue23014 messages |
2014-12-11 14:40:16 | brett.cannon | create | |
|