mini-faq on porting python
diff --git a/Misc/NEWS b/Misc/NEWS
index b58f79c..4f06ba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,8 +167,8 @@
 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.