http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10735
Revision: 10735 Author: xqt Date: 2012-11-15 08:36:45 +0000 (Thu, 15 Nov 2012) Log Message: ----------- Oops, deleted to much in r10734
Modified Paths: -------------- trunk/pywikipedia/config.py
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2012-11-15 08:31:33 UTC (rev 10734) +++ trunk/pywikipedia/config.py 2012-11-15 08:36:45 UTC (rev 10735) @@ -487,6 +487,12 @@ # processing. As higher this value this effect will decrease. max_queue_size = 64
+# Define the line separator. Pages retrieved via API have "\n" whereas +# pages fetched from screen (mostly) have "\r\n". Interwiki and category +# separator settings in family files should use multiplied of this. +# LS is a shortcut alias. +line_separator = LS = u'\r\n' + # End of configuration section # ============================