Brett Cannon | 23cbd8a | 2009-01-18 00:24:28 +0000 | [diff] [blame] | 1 | to do |
| 2 | ///// |
| 3 | |
Brett Cannon | c59cd68 | 2009-03-11 05:14:27 +0000 | [diff] [blame] | 4 | * Fill in docstrings for ABCs. |
| 5 | |
Brett Cannon | 2a922ed | 2009-03-09 03:35:50 +0000 | [diff] [blame] | 6 | * Implement InspectLoader for BuiltinImporter and FrozenImporter. |
Brett Cannon | 5abdc93 | 2009-01-22 22:43:07 +0000 | [diff] [blame] | 7 | |
Brett Cannon | 2a922ed | 2009-03-09 03:35:50 +0000 | [diff] [blame] | 8 | + Expose function to see if a frozen module is a package. |
Brett Cannon | 2c318a1 | 2009-02-07 01:15:27 +0000 | [diff] [blame] | 9 | |
Brett Cannon | debb98d | 2009-02-16 04:18:01 +0000 | [diff] [blame] | 10 | * Make sure that there is documentation *somewhere* fully explaining the |
| 11 | semantics of import that can be referenced from the package's documentation |
| 12 | (even if it is in the package documentation itself, although it might be best |
| 13 | in the language specification). |