diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:19:20 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:19:20 (GMT) |
commit | 43e5ef49b12ccba2c43ea003316a3ff23677fe0f (patch) | |
tree | aef2114c646819d1b7d44545306811445ed85f99 /Misc | |
parent | fea23a4d004673f2a2295669e94c9c9fb2229f4b (diff) | |
download | cpython-43e5ef49b12ccba2c43ea003316a3ff23677fe0f.zip cpython-43e5ef49b12ccba2c43ea003316a3ff23677fe0f.tar.gz cpython-43e5ef49b12ccba2c43ea003316a3ff23677fe0f.tar.bz2 |
Deprecate the multifile module as per PEP 4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Extension Modules Library ------- +- The multifile module has been deprecated as per PEP 4. + - The SocketServer module has been renamed 'socketserver'. The old name is now deprecated. |