Hi all,
I noticed that SuggestBot's struggled with saving a user page earlier this week, see http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&... Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large?
Regards, Morten
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang nettrom@gmail.com wrote:
Hi all,
I noticed that SuggestBot's struggled with saving a user page earlier this week, see http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&... Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large?
Regards, Morten
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Ah, yes, I should've added the output I got, sorry. The logging right before and after this are showing successful edits, so it appears that the problem is only related to this large page. The output written to STDERR/STDOUT for the most recent of the two times the issues happened is:
WARNING: Waiting 5 seconds before retrying. WARNING: Waiting 10 seconds before retrying. WARNING: Waiting 20 seconds before retrying. WARNING: Waiting 40 seconds before retrying. WARNING: Waiting 80 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. Sleeping for 5.0 seconds, 2012-10-23 19:18:07 Sleeping for 4.3 seconds, 2012-10-23 19:18:12 WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. SuggestBot Error: Failed posting recommendations to 'User talk:The Master of Mayhem'. Error: '[[User talk:The Master of Mayhem]]: Maximum retries attempted without success.'
The last two lines are the output of the script catching the pywikibot.exceptions.PageNotSaved error and writing out the message contained in the exception.
Thanks for noticing the lack of edits from this user. SuggestBot does check for inactivity and I just updated our configuration, so this user won't be getting more suggestions unless they return to Wikipedia.
Cheers, Morten
On 27 October 2012 03:10, DeltaQuad Wikipedia deltaquadwiki@gmail.com wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang nettrom@gmail.com wrote:
Hi all,
I noticed that SuggestBot's struggled with saving a user page earlier this week, see http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&... Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large?
Regards, Morten
Pywikipedia-l mailing list 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
As a quick follow-up, I noticed the issue occurring again today with another user. Just as a test I copied most of the source wikitext into a page in my sandbox. I noticed it took about a minute before the server response came about. Maybe the issue here is simply that we expect a response sooner? Tried digging through the underlying code handling the HTTP requests, but didn't have time to dig thoroughly enough to start finding likely issues.
Cheers, Morten
On 29 October 2012 10:13, Morten Wang nettrom@gmail.com wrote:
Ah, yes, I should've added the output I got, sorry. The logging right before and after this are showing successful edits, so it appears that the problem is only related to this large page. The output written to STDERR/STDOUT for the most recent of the two times the issues happened is:
WARNING: Waiting 5 seconds before retrying. WARNING: Waiting 10 seconds before retrying. WARNING: Waiting 20 seconds before retrying. WARNING: Waiting 40 seconds before retrying. WARNING: Waiting 80 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. Sleeping for 5.0 seconds, 2012-10-23 19:18:07 Sleeping for 4.3 seconds, 2012-10-23 19:18:12 WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. WARNING: Waiting 120 seconds before retrying. SuggestBot Error: Failed posting recommendations to 'User talk:The Master of Mayhem'. Error: '[[User talk:The Master of Mayhem]]: Maximum retries attempted without success.'
The last two lines are the output of the script catching the pywikibot.exceptions.PageNotSaved error and writing out the message contained in the exception.
Thanks for noticing the lack of edits from this user. SuggestBot does check for inactivity and I just updated our configuration, so this user won't be getting more suggestions unless they return to Wikipedia.
Cheers, Morten
On 27 October 2012 03:10, DeltaQuad Wikipedia deltaquadwiki@gmail.com wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang nettrom@gmail.com wrote:
Hi all,
I noticed that SuggestBot's struggled with saving a user page earlier this week, see http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&... Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large?
Regards, Morten
Pywikipedia-l mailing list 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
that behaviour happens quite often. In fact the page i saved but the bot still tries. n example of my bot trying to save an edit to page [[Polska]] on pl.wikipedia
Polska <<<
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">http://www.ruchpalikota.org.pl/ludzie</ref> + Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">[http://www.ruchpalikota.org.pl/ludzie Ruch Palikota - Nowoczesne Państwo<!-- Tytuł wygenerowany przez bota -->]</ref>
Updating page [[Polska]] via API timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 1 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 2 minutes... <urlopen error timed out> WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 4 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 8 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 16 minutes...
masti
On 10/27/2012 10:10 AM, DeltaQuad Wikipedia wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang <nettrom@gmail.com mailto:nettrom@gmail.com> wrote:
Hi all, I noticed that SuggestBot's struggled with saving a user page earlier this week, see http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history <http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history> Notice the larger number of saves that have a diff size of 0 bytes. I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large? Regards, Morten _______________________________________________ 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
I was curious whether this issue would just happen to the rewrite branch, which I mostly use, or if it also concerns trunk. Here's a quick test I did using trunk (revision 10632):
Updating page [[User:Nettrom/sandbox/suggestions]] via API HTTPError: 504 Gateway Time-out WARNING: Could not open 'http://en.wikipedia.org/w/api.php'. Maybe the server is down. Retrying in 1 minutes...
I did some simple editing tests using my browser, where it appears that it takes the server about 48s to respond with the saved page.
Cheers, Morten
On 30 October 2012 16:45, masti mastigm@gmail.com wrote:
that behaviour happens quite often. In fact the page i saved but the bot still tries. n example of my bot trying to save an edit to page [[Polska]] on pl.wikipedia
Polska <<<
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">http://www.ruchpalikota.org.pl/ludzie</ref>
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">[http://www.ruchpalikota.org.pl/ludzie Ruch Palikota - Nowoczesne Państwo<!-- Tytuł wygenerowany przez bota -->]</ref>
Updating page [[Polska]] via API timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 1 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 2 minutes...
<urlopen error timed out> WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 4 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 8 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 16 minutes...
masti
On 10/27/2012 10:10 AM, DeltaQuad Wikipedia wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang <nettrom@gmail.com mailto:nettrom@gmail.com> wrote:
Hi all, I noticed that SuggestBot's struggled with saving a user page earlier this week, see
http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&...
http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large? Regards, Morten _______________________________________________ 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
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
my example below is using newest trunk so yes it affects trunk also
masti
On 10/31/2012 04:11 PM, Morten Wang wrote:
I was curious whether this issue would just happen to the rewrite branch, which I mostly use, or if it also concerns trunk. Here's a quick test I did using trunk (revision 10632):
Updating page [[User:Nettrom/sandbox/suggestions]] via API HTTPError: 504 Gateway Time-out WARNING: Could not open 'http://en.wikipedia.org/w/api.php'. Maybe the server is down. Retrying in 1 minutes...
I did some simple editing tests using my browser, where it appears that it takes the server about 48s to respond with the saved page.
Cheers, Morten
On 30 October 2012 16:45, mastimastigm@gmail.com wrote:
that behaviour happens quite often. In fact the page i saved but the bot still tries. n example of my bot trying to save an edit to page [[Polska]] on pl.wikipedia
Polska<<<
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">http://www.ruchpalikota.org.pl/ludzie</ref>
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">[http://www.ruchpalikota.org.pl/ludzie Ruch Palikota - Nowoczesne Państwo<!-- Tytuł wygenerowany przez bota -->]</ref>
Updating page [[Polska]] via API timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 1 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 2 minutes...
<urlopen error timed out> WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 4 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 8 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 16 minutes...
masti
On 10/27/2012 10:10 AM, DeltaQuad Wikipedia wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang<nettrom@gmail.com mailto:nettrom@gmail.com> wrote:
Hi all, I noticed that SuggestBot's struggled with saving a user page earlier this week, see
http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&...
http://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history Notice the larger number of saves that have a diff size of 0 bytes.
I suspect it's due to the size of the page, 300+kB, is this a typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large? Regards, Morten _______________________________________________ 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
Pywikipedia-l mailing list 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
Looks like this might be an issue with large amounts of template transclusions, see Bugzilla bug #19262 : https://bugzilla.wikimedia.org/show_bug.cgi?id=19262
That suggests it's unrelated to Pywikibot, so I'll keep an eye on this bug and not pursue the issue further for now.
Cheers, Morten
On 5 November 2012 07:34, masti mastigm@gmail.com wrote:
my example below is using newest trunk so yes it affects trunk also
masti
On 10/31/2012 04:11 PM, Morten Wang wrote:
I was curious whether this issue would just happen to the rewrite branch, which I mostly use, or if it also concerns trunk. Here's a quick test I did using trunk (revision 10632):
Updating page [[User:Nettrom/sandbox/**suggestions]] via API HTTPError: 504 Gateway Time-out WARNING: Could not open 'http://en.wikipedia.org/w/**api.phphttp://en.wikipedia.org/w/api.php '. Maybe the server is down. Retrying in 1 minutes...
I did some simple editing tests using my browser, where it appears that it takes the server about 48s to respond with the saved page.
Cheers, Morten
On 30 October 2012 16:45, mastimastigm@gmail.com wrote:
that behaviour happens quite often. In fact the page i saved but the bot still tries. n example of my bot trying to save an edit to page [[Polska]] on pl.wikipedia
Polska<<<
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">http://www.**ruchpalikota.org.pl/ludziehttp://www.ruchpalikota.org.pl/ludzie </**ref>
- Obecnie Ruch Palikota ma 44 posłów, ponieważ posłowie z innych partii
przenieśli się do tego ugrupowania.<ref name="Ruch Palikota">[http://www.**ruchpalikota.org.pl/ludziehttp://www.ruchpalikota.org.pl/ludzieRuch Palikota - Nowoczesne Państwo<!-- Tytuł wygenerowany przez bota -->]</ref>
Updating page [[Polska]] via API timed out WARNING: Could not open 'http://pl.wikipedia.org/w/**api.phphttp://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 1 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/**api.phphttp://pl.wikipedia.org/w/api.php'. Maybe the server or your connection is down. Retrying in 2 minutes...
<urlopen error timed out> WARNING: Could not open 'http://pl.wikipedia.org/w/**api.php<http://pl.wikipedia.org/w/api.php>'. Maybe the server or your connection is down. Retrying in 4 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/**api.php<http://pl.wikipedia.org/w/api.php>'. Maybe the server or your connection is down. Retrying in 8 minutes... timed out WARNING: Could not open 'http://pl.wikipedia.org/w/**api.php<http://pl.wikipedia.org/w/api.php>'. Maybe the server or your connection is down. Retrying in 16 minutes...
masti
On 10/27/2012 10:10 AM, DeltaQuad Wikipedia wrote:
Do you have any logs from the output? It might indicate if the server said the edit failed, but it didn't in actuality. It could also be an issue with the internet connection your bot has, as dropouts would cause the connection to retry. Though I'm not familiar with the total internal workings of pywikipedia, I can try and help. 300kb+ is big, but I would like to think the servers could still handle it. You might want to put adding notices to that users page on hold though, for the sake of the size and them not editing in 2 months.
DeltaQuad English Wikipedia Administrator and Checkuser
On Fri, Oct 26, 2012 at 2:33 PM, Morten Wang<nettrom@gmail.com mailto:nettrom@gmail.com> wrote:
Hi all, I noticed that SuggestBot's struggled with saving a user page
earlier this week, see
http://en.wikipedia.org/w/**index.php?title=User_talk:The_** Master_of_Mayhem&action=**historyhttp://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history
<http://en.wikipedia.org/w/**index.php?title=User_talk:The_** Master_of_Mayhem&action=**historyhttp://en.wikipedia.org/w/index.php?title=User_talk:The_Master_of_Mayhem&action=history
Notice the larger number of saves that have a diff size of 0
bytes.
I suspect it's due to the size of the page, 300+kB, is this a
typical problem? If not I can start digging to see if I can figure out what's going on. If it is a common problem, what are some typical ways of solving it? Just checking the page size and skip/abort if it's too large?
Regards, Morten ______________________________**_________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.**org<Pywikipedia-l@lists.wikimedia.org> <mailto:Pywikipedia-l@lists.**wikimedia.org<Pywikipedia-l@lists.wikimedia.org>
https://lists.wikimedia.org/**mailman/listinfo/pywikipedia-l<https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l>
______________________________**_________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.**org Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/pywikipedia-lhttps://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
______________________________**_________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.**org Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/pywikipedia-lhttps://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
______________________________**_________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.**org Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/pywikipedia-lhttps://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
______________________________**_________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.**org Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/pywikipedia-lhttps://lists.wikimedia.org/mailman/listinfo/pywikipedia-l