https://bugzilla.wikimedia.org/show_bug.cgi?id=64899
--- Comment #5 from JAn Dudík jan.dudik@gmail.com --- (In reply to Merlijn van Deen from comment #3)
SVN checkout from where?
Are you sure you don't have any local changes? I cannot reproduce this on Windows 7.
What's the contents of your user-config.py? Any overrides in userinterfaces?
SVN from https://github.com/wikimedia/pywikibot-core/trunk I have no local changes in core branch
user_config.py (copy from compat):
#-*- coding: utf-8 -*- mylang = 'cs' family = 'wikipedia' #console_encoding = 'windows-1250' transliteration_target = console_encoding log = ['*'] put_throttle = 2 cosmetic_changes = True use_api = True userinterface = 'terminal' userinterface_lang = 'cs' password_file= 'passfile'
cosmetic_changes_enable['wikipedia'] = ('cs', 'dsb', 'hsb', 'csb')
....