diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-26 21:39:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-26 21:39:48 (GMT) |
commit | 8c8aa5d666726253b50e460c825ae3935d099c06 (patch) | |
tree | 5267e1c5f22040b85b724b8a0f2674641551bb6b /Misc | |
parent | 94e7bb7dd67ae72ea1184fa7860c9d4c76acb41b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |