summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-10 16:36:48 (GMT)
committerGuido van Rossum <guido@python.org>1998-08-10 16:36:48 (GMT)
commit6ca3defcfae64680722c296a70f9cd19194d1787 (patch)
tree28af25b2c894d3045db721a76ad6205396fb1387 /Misc/NEWS
parent71c3adb7ec8c82a49e713f658d93e69a01aed593 (diff)
downloadcpython-6ca3defcfae64680722c296a70f9cd19194d1787.zip
cpython-6ca3defcfae64680722c296a70f9cd19194d1787.tar.gz
cpython-6ca3defcfae64680722c296a70f9cd19194d1787.tar.bz2
mini-faq on porting python
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b58f79c..4f06ba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.