diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:18:21 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:18:21 (GMT) |
commit | d3343cb8a1bae607541ae0b567eecccefbf0051b (patch) | |
tree | 01495b5a5e0a5b8ac6985ab00582e08762b8a5d4 /Misc | |
parent | ce261952e640b2d09ada1b160f0cfa37db32f928 (diff) | |
download | cpython-d3343cb8a1bae607541ae0b567eecccefbf0051b.zip cpython-d3343cb8a1bae607541ae0b567eecccefbf0051b.tar.gz cpython-d3343cb8a1bae607541ae0b567eecccefbf0051b.tar.bz2 |
Remove the multifile module as deprecated by PEP 4.
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 multifile module has been removed. + - The SocketServer module has been renamed to socketserver. - Fix the __all__ setting on 'collections' to include UserList and UserString. |