Francesco Cosoleto said: > Hello. > > It looks just wrong as texts should be normally printed on > stdout, and only sometimes, in case of error, standard error > should be used instead. > This is changed with r3324. output(... toStdout = True) > occurs only 11 times, and there is a total of 1270 calls to > output function.
This was intentional. A user complained that the bot was writing informational messages to stdout, when the user wanted to use the bot Unix-style to pipe the output to another process; thus, stdout should only be used for the actual output of the process rather than informational messages. Russ _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
