-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello All!
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
https://www.mediawiki.org/wiki/Manual:Pywikibot/Survey2012
Greetings DrTrigon
On 26 October 2013 10:47, Dr. Trigon dr.trigon@surfeu.ch wrote:
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
What is the output of version.py? Are you running core or compat?
The config option *and* message were removed in r10734: https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10734
and I also cannot find the message in my current compat checkout.
Merlijn
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Im am talking of compat:
$ git pull Already up-to-date.
$ python version.py Pywikibot: [ssh] pywikibot/compat (r10376, 3887020, 2013/10/25, 23:03:54, ok) Release version: 1.0b1 Python: 2.7.5 (default, Oct 8 2013, 12:19:40) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] config-settings: use_api = True use_api_login = True unicode test: ok
$ grep -i "3081100" * interwiki.py: pywikibot.unicode_error: # work-arround for bug #3081100 (do not remove affected pages) interwiki.py:u'\03{lightred}This may be false positive due to unicode bug #3081100\03{default}') version.py: print u'unicode test: triggers problem #3081100' wikipedia.py: # TEST for bug #3081100 wikipedia.py:\03{lightyellow}WARNING:\03{lightred} your python version might trigger issue #3081100\03{default} wikipedia.py:More information: See https://sourceforge.net/support/tracker.php?aid=3081100 wikipedia.py:# TEST for bug #3081100 wikipedia.py: print u'unicode test: triggers problem #3081100'
So my version is up-to-date and grep clearly finds remnants of this old message...?!?
Thanks and Greetings DrTrigon
On 26.10.2013 11:16, Merlijn van Deen wrote:
On 26 October 2013 10:47, Dr. Trigon <dr.trigon@surfeu.ch mailto:dr.trigon@surfeu.ch> wrote:
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
What is the output of version.py? Are you running core or compat?
The config option *and* message were removed in r10734: https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10734
and I also cannot find the message in my current compat checkout.
Merlijn
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
3081100 isnt the same issue
On Sat, Oct 26, 2013 at 8:41 AM, Dr. Trigon dr.trigon@surfeu.ch wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Im am talking of compat:
$ git pull Already up-to-date.
$ python version.py Pywikibot: [ssh] pywikibot/compat (r10376, 3887020, 2013/10/25, 23:03:54, ok) Release version: 1.0b1 Python: 2.7.5 (default, Oct 8 2013, 12:19:40) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] config-settings: use_api = True use_api_login = True unicode test: ok
$ grep -i "3081100" * interwiki.py: pywikibot.unicode_error: # work-arround for bug #3081100 (do not remove affected pages) interwiki.py:u'\03{lightred}This may be false positive due to unicode bug #3081100\03{default}') version.py: print u'unicode test: triggers problem #3081100' wikipedia.py: # TEST for bug #3081100 wikipedia.py:\03{lightyellow}WARNING:\03{lightred} your python version might trigger issue #3081100\03{default} wikipedia.py:More information: See https://sourceforge.net/support/tracker.php?aid=3081100 wikipedia.py:# TEST for bug #3081100 wikipedia.py: print u'unicode test: triggers problem #3081100'
So my version is up-to-date and grep clearly finds remnants of this old message...?!?
Thanks and Greetings DrTrigon
On 26.10.2013 11:16, Merlijn van Deen wrote:
On 26 October 2013 10:47, Dr. Trigon <dr.trigon@surfeu.ch mailto:dr.trigon@surfeu.ch> wrote:
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
What is the output of version.py? Are you running core or compat?
The config option *and* message were removed in r10734: https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10734
and I also cannot find the message in my current compat checkout.
Merlijn
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlJruGoACgkQAXWvBxzBrDBFqACfWAotLetL8uY7xp4LnUl64C/2 NSMAoLq1CF9r6abju+zvph8NFzz1GRtP =FTDe -----END PGP SIGNATURE-----
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 26.10.2013 14:55, John wrote:
3081100 isnt the same issue
Ok! Thanks for pointing this out! So I have to modify my question:
"Why do we not have a user-config.py variable (like 'suppresssurvey') in order to suppress this new message? Or even better introduce a general one for future usage also?"
Thanks and Greetings DrTrigon
On Sat, Oct 26, 2013 at 8:41 AM, Dr. Trigon <dr.trigon@surfeu.ch mailto:dr.trigon@surfeu.ch> wrote:
Im am talking of compat:
$ git pull Already up-to-date.
$ python version.py Pywikibot: [ssh] pywikibot/compat (r10376, 3887020, 2013/10/25, 23:03:54, ok) Release version: 1.0b1 Python: 2.7.5 (default, Oct 8 2013, 12:19:40) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] config-settings: use_api = True use_api_login = True unicode test: ok
$ grep -i "3081100" * interwiki.py: pywikibot.unicode_error: # work-arround for bug #3081100 (do not remove affected pages) interwiki.py:u'\03{lightred}This may be false positive due to unicode bug #3081100\03{default}') version.py: print u'unicode test: triggers problem #3081100' wikipedia.py: # TEST for bug #3081100 wikipedia.py:\03{lightyellow}WARNING:\03{lightred} your python version might trigger issue #3081100\03{default} wikipedia.py:More information: See https://sourceforge.net/support/tracker.php?aid=3081100 wikipedia.py:# TEST for bug #3081100 wikipedia.py: print u'unicode test: triggers problem #3081100'
So my version is up-to-date and grep clearly finds remnants of this old message...?!?
Thanks and Greetings DrTrigon
On 26.10.2013 11:16, Merlijn van Deen wrote:
On 26 October 2013 10:47, Dr. Trigon <dr.trigon@surfeu.ch
<mailto:dr.trigon@surfeu.ch mailto:dr.trigon@surfeu.ch>> wrote:
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
What is the output of version.py? Are you running core or compat?
The config option *and* message were removed in r10734: https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10734
and I also cannot find the message in my current compat checkout.
Merlijn
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org
mailto:Pywikipedia-l@lists.wikimedia.org
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org mailto:Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
On 26 October 2013 18:32, Dr. Trigon dr.trigon@surfeu.ch wrote:
Ok! Thanks for pointing this out! So I have to modify my question:
"Why do we not have a user-config.py variable (like 'suppresssurvey') in order to suppress this new message? Or even better introduce a general one for future usage also?"
Because you should update your python instead of ignoring the warning.
I do not find any "survey" snipplets in code and I got no message about that in past.
xqt
----- Original Nachricht ---- Von: "Dr. Trigon" dr.trigon@surfeu.ch An: Pywikipedia-l@lists.wikimedia.org Datum: 26.10.2013 10:47 Betreff: [Pywikipedia-l] Survey 2012 (Message still there)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello All!
Can somebody explain to me why the user-config.py variable "suppresssurvey = True" was removed but not the message? Now I get dozens of such messages...
https://www.mediawiki.org/wiki/Manual:Pywikibot/Survey2012
Greetings DrTrigon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlJrgZIACgkQAXWvBxzBrDDvUQCfSJjVSyxQYhocx8Gh1Vf36D5e D3QAn1EVCMehPT3LweHqrdF7Co35WyWH =K4LW -----END PGP SIGNATURE-----
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l