[pydotorg-www] Editing LocalUserGroups

2016-11-01 Thread Florian Ludwig
[0] https://www.meetup.com/de-DE/Ruhr-py/ Best regards, Florian Ludwig ___ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/listinfo/pydotorg-www

Re: [pydotorg-www] Editing LocalUserGroups

2016-11-09 Thread Florian Ludwig
Thank you very much. Sadly I could not edit the page as it always complains I am not correctly answering the captcha: "TextCha: Wrong answer! Try again below..." Interestingly the captcha shortens with every try. For example: # on first try, answer is 2 ;) l = [1,2,3]; l.remove(1); l[0] == #

Re: [pydotorg-www] Editing LocalUserGroups

2016-11-09 Thread Florian Ludwig
2016-11-09 22:22 GMT+01:00 Chris Angelico : > On Thu, Nov 10, 2016 at 8:19 AM, Florian Ludwig > wrote: > > Thank you very much. > > > > Sadly I could not edit the page as it always complains I am not correctly > > answering the captcha: "Tex

Re: [pydotorg-www] Editing LocalUserGroups

2016-11-10 Thread Florian Ludwig
> > > > Thanks. The problem appears to have been related to the hash > value you see on the right. > > Please try again now. I applied this patch to the installation: > > http://hg.moinmo.in/moin/1.9/diff/561b7a9c2bd9/MoinMoin/ > security/textcha.py > > Works for me now, thanks! Florian __