This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tcdelaney
Recipients
Date 2006-01-10.23:20:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The `dl` module can cause segfaults/crashes if used 
incorrectly. I recommend the following (or similar) 
wording be put at the top of the module documentation 
(preferable in red ;)

The `dl` module bypasses the Python type system and 
error handling. If used incorrectly it may cause 
segmentation faults, crashes or other incorrect 
behaviour.
History
Date User Action Args
2007-08-23 15:45:15adminlinkissue1402224 messages
2007-08-23 15:45:15admincreate