SF patch #1038388:  __main__ for whichdb.py
(Contributed by Oleg Broytmann.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d5dcc5..828b1d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- The whichdb module can now be run from the command line.
+
 - Bug #1045381: time.strptime() can now infer the date using %U or %W (week of
   the year) when the day of the week and year are also specified.