Commit fc1fe394 authored by Brett Cannon's avatar Brett Cannon

Add a note for importlib about backporting some of functools.wraps functionality.

parent d17f4a55
...@@ -3,6 +3,8 @@ to do ...@@ -3,6 +3,8 @@ to do
* Extract test_path_hooks constants into a util module for extension testing. * Extract test_path_hooks constants into a util module for extension testing.
* Backport a poor-man's functools.wraps.
* Implement PEP 302 protocol for loaders (should just be a matter of testing). * Implement PEP 302 protocol for loaders (should just be a matter of testing).
+ Built-in. + Built-in.
...@@ -40,9 +42,10 @@ to do ...@@ -40,9 +42,10 @@ to do
* bytecode_path * bytecode_path
* write_bytecode (not abstract) * write_bytecode (not abstract)
+ util + util (for decorators, make sure to wrap with functools.wraps)
- get_module decorator (rename: module_for_loader) - get_module decorator (rename: module_for_loader)
- set___package__ decorator
+ machinery + machinery
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment