Revision: 6464
Author:   russblau
Date:     2009-03-02 11:47:13 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
go back to plain '\n'

Modified Paths:
--------------
    branches/rewrite/pywikibot/bot.py

Modified: branches/rewrite/pywikibot/bot.py
===================================================================
--- branches/rewrite/pywikibot/bot.py   2009-03-02 08:42:35 UTC (rev 6463)
+++ branches/rewrite/pywikibot/bot.py   2009-03-02 11:47:13 UTC (rev 6464)
@@ -112,7 +112,7 @@
             except UnicodeDecodeError:
                 text = unicode(text, 'iso8859-1')
     if newline:
-        text += os.linesep
+        text += "\n"
     if toStdout:
         level = STDOUT
     ui.output(text, level=level)



_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to