-
I never see the point of programs adding '-' as magic filename. Unix has /dev/stdin, dos/windows have CON. Secondly, it is probably better to use an internal 7zip decompressor, as pipes tend to be slow.
2009-08-11 11:45:15 UTC in Python Wikipedia Robot Framework
-
Fixed in r7107. Please note the edit wars are caused by incompetent bot owners (in -autonomous, this is never changed, unless -force is activated, which is a bad idea anyway)
2009-08-04 08:21:21 UTC in Python Wikipedia Robot Framework
-
Fixed in r7105.
2009-08-04 02:00:32 UTC in Python Wikipedia Robot Framework
-
Fixed in r7104
valhallasw * r7104 /trunk/pywikipedia/pagegenerators.py:
(Ugly) fix for bug #2831667. See
http://www.mail-archive.com/python-dev@python.org/msg12668.html
and follow-ups for more information.
2009-08-04 01:52:00 UTC in Python Wikipedia Robot Framework
-
Fixed in r7103.
2009-08-04 01:35:16 UTC in Python Wikipedia Robot Framework
-
valhallasw added xqt to the Python Wikipedia Robot Framework project.
2009-07-30 14:59:31 UTC in Python Wikipedia Robot Framework
-
Has been fixed in SVN already. Next time, please note you are using the nightly version and copy the /entire/ stacktrace: this error does not give any information.
2009-02-13 19:53:26 UTC in Python Wikipedia Robot Framework
-
The api raises an error:
{u'error': {u'info': u'cmlimit may not be over 500 (set to 5000) for users', u'code': u'cmlimit'}}
As a workaround, you could try changing line 508:
'cmlimit' :'5000',
to:
'cmlimit' :'500',
But the code /should/ just use continuation which is supported in the api...
2008-11-02 20:29:34 UTC in Python Wikipedia Robot Framework
-
Nobody was me, sorry for that.
Yes, we can do that. And yes, bot owners can change code, that's true too.
Yes, we can add BUGS documentation. But honestly, do you think anyone will read it? Just look at all the badly licenced images on wikipedia...
And I don't think this impacts wikipedia readers, actually. No data is lost by adding the revision info, as far as I am aware...
2008-06-10 21:07:48 UTC in Python Wikipedia Robot Framework
-
This probably is a bug in an updated version of urllib2 in python2.5+. Could you try updating your python install and see if the problem remains?.
2008-03-08 20:53:23 UTC in Python Wikipedia Robot Framework