diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -167,8 +167,8 @@ can now use it to run arbitrary Python scripts in restricted mode). long ago. - Major upgrade to ConfigParser.py; converted to using 're', added new -exceptions, support underscore in section header and option name, no -longer add 'name' option to every section. +exceptions, support underscore in section header and option name. No +longer add 'name' option to every section; instead, add '__name__'. - The ihooks.py module now understands package imports. |