Message167874
| Author |
brett.cannon |
| Recipients |
brett.cannon, dmalcolm, eric.snow, georg.brandl, pitrou, vstinner |
| Date |
2012年08月10日.15:03:30 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1344611011.01.0.251797192531.issue15610@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
OK, the macro expansion should get fixed, a versionchanged should probably be added to the C API docs (for PyImport_ImportModuleLevel()), and a line in What's New for porting C code should be added.
We can't go back to -1, as Eric said, because it makes no sense anymore since you can't syntactically do an import that has -1 level semantics in Python 3. The fact that __import__ accepted a negative level was a bug that went unnoticed up until this point since so few people import modules programmatically and want implicit relative imports. |
|