summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-26 21:39:48 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-26 21:39:48 (GMT)
commit8c8aa5d666726253b50e460c825ae3935d099c06 (patch)
tree5267e1c5f22040b85b724b8a0f2674641551bb6b /Misc
parent94e7bb7dd67ae72ea1184fa7860c9d4c76acb41b (diff)
downloadcpython-8c8aa5d666726253b50e460c825ae3935d099c06.zip
cpython-8c8aa5d666726253b50e460c825ae3935d099c06.tar.gz
cpython-8c8aa5d666726253b50e460c825ae3935d099c06.tar.bz2
Rename want_objects to wantobjects throughout, for consistency.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a5190c7..248382c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,7 +317,7 @@ Extension modules
- _tkinter now returns Tcl objects, instead of strings. Objects which
have Python equivalents are converted to Python objects, other objects
are wrapped. This can be configured through the wantobjects method,
- or Tkinter.want_objects.
+ or Tkinter.wantobjects.
- The PyBSDDB wrapper around the Sleepycat Berkeley DB library has been
added as the package bsddb. The traditional bsddb module is still