commit | e3a23c0734a8a6d4417e869c20e501771dab8a81 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Wed May 14 22:07:07 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Wed May 14 22:07:07 2008 +0000 |
tree | ccc487aa556740b4767078c4f4f02dd5ddd42dda | |
parent | 1b9df6862ac9c1faf2f2c5a9238241785001e10b [diff] |
Renamed the ConfigParser module to 'configparser'.
diff --git a/Misc/NEWS b/Misc/NEWS index 71d34cd..ebcaeda 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- The ConfigParser module has been renamed 'configparser'. The old + name is now deprecated. + - The CL, CL_old, and cl modules for IRIX have been deprecated for removal in Python 3.0.