dl module is missing?
Bug #1721840 reported by
Colin Watson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python2.7 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The Python 2.7 documentation documents the "dl" module (I know it's deprecated and has been removed in Python 3), but it doesn't actually exist:
>>> import dl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named dl
Seen with both 2.7.12-
To post a comment you must log in.
I'm not sure that this was ever enabled. it's documented as "a highly experimental and dangerous device for calling *arbitrary* C functions in *arbitrary* shared libraries".
I'd like to keep it disabled.