diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:11:46 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:11:46 (GMT) |
commit | f4fd99344a9c18c1aaee2f1840907e4a38576edd (patch) | |
tree | 1226807b9e4bf901a4d19819cef15b9bfadb21fa /Misc | |
parent | 7ecf3dcaeec4c0561fa2a952b08c259f3a542587 (diff) | |
download | cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.zip cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.tar.gz cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.tar.bz2 |
Remove the dircache module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Extension Modules Library ------- +- The dircache module has been removed. + - The Canvas module has been removed. - The Decimal module gained the magic methods __round__, __ceil__, |