Revision: 4469 Author: wikipedian Date: 2007-10-19 09:33:57 +0000 (Fri, 19 Oct 2007)
Log Message: ----------- ring_bell now defaults to False because some users (especially on Windows) considered it annoying
Modified Paths: -------------- trunk/pywikipedia/config.py
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2007-10-19 09:30:46 UTC (rev 4468) +++ trunk/pywikipedia/config.py 2007-10-19 09:33:57 UTC (rev 4469) @@ -105,7 +105,7 @@ transliterate = True
# Should the system bell be ringed if the bot expects user input? -ring_bell = True +ring_bell = False
# Colorization can be used to markup important text parts of the output. # On Linux/Unix terminals, ANSI escape codes are used for this. On Windows,