Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 09:14
Message:
as you said I wrote the code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia
lang='fa'
fa_title=u'آبشار لاتون'
summary=u'آبشار لاتون,آبشار لاتون'
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,fa_title)
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
it shows
Sleeping for 19.6 seconds, 2013-02-21 17:10:27
Updating page [[wikidata:None]] via API
Sleeping for 19.6 seconds, 2013-02-21 17:10:47
Updating page [[wikidata:None]] via API
it doesn't edit wikidata and add fa interwiki to Q5058182
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-21 08:46
Message:
btw: there is difference between changing an entity and making a item. I'm
working on making an item via API, but John Blad (API manager of wikidata)
is in the vaction. I'll add this feature to the PWB ASAP
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-21 08:42
Message:
i know the difference between wikipedia and wikidata,. when i say do it,
trust me and do it, for god's sake. if didn't work tell me
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:30
Message:
this my code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia
dataSite=wikipedia.getSite('wikidata','wikidata')
lang='fa'
fa_title=u'قنات آب خنک، بیرجند'
summary=u'قنات آب خنک، بیرجند, قنات آب خنک،
بیرجند'
page=wikipedia.Page(dataSite,fa_title)
data = wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
it shows me this message
Sleeping for 9.6 seconds, 2013-02-21 16:27:25
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
Sleeping for 9.6 seconds, 2013-02-21 16:27:35
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
but it don't edit wikidata! and if you check this page you can not find it!
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:13
Message:
@amir if I why should I write
site=wikipedia.getSite('fa',fam='wikipedia')
I want to edit in wikidata not fa.wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-21 08:46
Message:
btw: there is difference between changing an entity and making a item. I'm
working on making an item via API, but John Blad (API manager of wikidata)
is in the vaction. I'll add this feature to the PWB ASAP
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-21 08:42
Message:
i know the difference between wikipedia and wikidata,. when i say do it,
trust me and do it, for god's sake. if didn't work tell me
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:30
Message:
this my code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia
dataSite=wikipedia.getSite('wikidata','wikidata')
lang='fa'
fa_title=u'قنات آب خنک، بیرجند'
summary=u'قنات آب خنک، بیرجند, قنات آب خنک،
بیرجند'
page=wikipedia.Page(dataSite,fa_title)
data = wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
it shows me this message
Sleeping for 9.6 seconds, 2013-02-21 16:27:25
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
Sleeping for 9.6 seconds, 2013-02-21 16:27:35
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
but it don't edit wikidata! and if you check this page you can not find it!
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:13
Message:
@amir if I why should I write
site=wikipedia.getSite('fa',fam='wikipedia')
I want to edit in wikidata not fa.wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-21 08:42
Message:
i know the difference between wikipedia and wikidata,. when i say do it,
trust me and do it, for god's sake. if didn't work tell me
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:30
Message:
this my code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia
dataSite=wikipedia.getSite('wikidata','wikidata')
lang='fa'
fa_title=u'قنات آب خنک، بیرجند'
summary=u'قنات آب خنک، بیرجند, قنات آب خنک،
بیرجند'
page=wikipedia.Page(dataSite,fa_title)
data = wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
it shows me this message
Sleeping for 9.6 seconds, 2013-02-21 16:27:25
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
Sleeping for 9.6 seconds, 2013-02-21 16:27:35
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
but it don't edit wikidata! and if you check this page you can not find it!
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:13
Message:
@amir if I why should I write
site=wikipedia.getSite('fa',fam='wikipedia')
I want to edit in wikidata not fa.wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:30
Message:
this my code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia
dataSite=wikipedia.getSite('wikidata','wikidata')
lang='fa'
fa_title=u'قنات آب خنک، بیرجند'
summary=u'قنات آب خنک، بیرجند, قنات آب خنک،
بیرجند'
page=wikipedia.Page(dataSite,fa_title)
data = wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
it shows me this message
Sleeping for 9.6 seconds, 2013-02-21 16:27:25
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
Sleeping for 9.6 seconds, 2013-02-21 16:27:35
Updating page [[wikidata:قنات آب خنک، بیرجند]] via API
but it don't edit wikidata! and if you check this page you can not find it!
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:13
Message:
@amir if I why should I write
site=wikipedia.getSite('fa',fam='wikipedia')
I want to edit in wikidata not fa.wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 08:13
Message:
@amir if I why should I write
site=wikipedia.getSite('fa',fam='wikipedia')
I want to edit in wikidata not fa.wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605546, was opened at 2013-02-21 08:04
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605546&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py for other namespaces for en, it, hu, he
Initial Comment:
Hi after https://www.mediawiki.org/wiki/Special:Code/pywikipedia/11073 we can not add interwiki to categories and according to wikidata we can not add none article pages to wikidata.
please solve this problem now many categories needs interwiki and we made many categories (by bot) which are only connected to en.wiki!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605546&group_…
Bugs item #3605408, was opened at 2013-02-20 03:39
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: update items in wikidata
Initial Comment:
I want to add new lang to an item in wikidata I use this code it says page is updated but it doesn't change page!
dataSite=wikipedia.getSite('wikidata','wikidata')
data = pywikibot.DataPage(dataSite, 'Q1234')
lang='fa'
fa_title='تست'
data.setitem(summary,items={'type': u'item', 'label': lang, 'value': fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title': fa_title})
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-02-20 23:49
Message:
you may also use
data = wikipedia.DataPage(1234)
for creating the repository Page
or
site = wikipedia.getSite()
data = wikipedia.DataPage(site.data_repository(), "Q1234")
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-20 04:03
Message:
you must run it in this way:
site=wikipedia.getSite('fa',fam='wikipedia')
page=wikipedia.Page(site,'تست')
data=wikipedia.DataPage(page)
data.setitem(summary,items={'type': u'item', 'label': lang, 'value':
fa_title})
data.setitem(summary,items={'type': u'sitelink', 'site': lang, 'title':
fa_title})
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605408&group_…
Bugs item #3605299, was opened at 2013-02-19 07:22
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605299&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: rewrite
>Status: Open
>Resolution: Remind
Priority: 5
Private: No
Submitted By: Morten Wang (nettrom)
Assigned to: Nobody/Anonymous (nobody)
Summary: Namespaces 828 and 829 missing
Initial Comment:
en-WP now has namespaces 828 and 829, ref: http://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=general…
The following code throws a namespace error, but should return "Module:String":
import pywikibot;
site = pywikibot.getSite('en');
bugPage = pywikibot.Page(site, "String", ns=828);
bugPage.namespace();
828
bugPage.title();
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/export/scratch/morten/python-modules/lib/python/Pywikipediabot-2.0alpha-py2.7.egg/pywikibot/__init__.py", line 124, in wrapper
return method(*__args, **__kw)
File "/export/scratch/morten/python-modules/lib/python/Pywikipediabot-2.0alpha-py2.7.egg/pywikibot/__init__.py", line 124, in wrapper
return method(*__args, **__kw)
File "/export/scratch/morten/python-modules/lib/python/Pywikipediabot-2.0alpha-py2.7.egg/pywikibot/page.py", line 136, in title
title = self._link.canonical_title()
File "/export/scratch/morten/python-modules/lib/python/Pywikipediabot-2.0alpha-py2.7.egg/pywikibot/page.py", line 2491, in canonical_title
return "%s:%s" % (self.site.namespace(self.namespace),
File "/export/scratch/morten/python-modules/lib/python/Pywikipediabot-2.0alpha-py2.7.egg/pywikibot/site.py", line 1109, in namespace
return self.namespaces()[num][0]
KeyError: 828
Version.py output:
Pywikibot (r10326 (pywikibot/__init__.py), 2012/06/08, 12:08:53, OUTDATED)
Python 2.7.1 (r271:86832, Feb 8 2011, 09:38:37)
[GCC 4.2.3]
unicode test: triggers problem #3081100
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-02-20 23:43
Message:
We introduced caching api calls at berlin hackathon because high frequent
api calls slows down the performance of the rewrite branch enormously.
Anyway this should be solved.
----------------------------------------------------------------------
Comment By: Morten Wang (nettrom)
Date: 2013-02-20 12:11
Message:
That did the trick, thanks russblau!
Yes, maybe the cache should be updated whenever MediaWiki version changes?
Just a thought. I'll update this bug as "closed - works for me".
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2013-02-20 08:11
Message:
The rewrite branch gets its namespace info by querying the API.
Apparently, someone (not me) inserted code to cache this information, and
you are retrieving an old, cached version of the namespaces list.
Workaround is to insert the line:
site._getsiteinfo(force=True)
into your script, after the site=... line. However, this really is a bug
that ought to be addressed.
----------------------------------------------------------------------
Comment By: Morten Wang (nettrom)
Date: 2013-02-20 06:40
Message:
Maybe I should make it apparent that I'm on the rewrite branch, and not
trunk.
I see that trunk has namespaces 828 and 829 listed in
families/wikipedia_family.py, while I fail to figure out on my own how
namespaces are mapped in the rewrite branch.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-20 01:19
Message:
cannot reproduce that bug:
>>> import pwb
>>> import pywikibot as wp
>>> s = wp.getSite('en')
>>> p = wp.Page(s, 'String', ns=828)
>>> p.namespace()
828
>>> p.title()
u'Module:String'
>>>
----------------------------------------------------------------------
Comment By: Morten Wang (nettrom)
Date: 2013-02-19 09:15
Message:
That's just pywikibot/__init__.py, the repository itself is at revision
11085, updated as of a few minutes ago.
----------------------------------------------------------------------
Comment By: betacommand (betacommand)
Date: 2013-02-19 08:59
Message:
You might try updating your pywiki it looks like you are using a copy from
2012/06/08
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605299&group_…
Patches item #3605499, was opened at 2013-02-20 20:24
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3605499&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Jesse Plamondon-Willard (pathoschild)
>Assigned to: xqt (xqt)
Summary: Khmer Wikibooks incorrectly marked obsolete
Initial Comment:
The Khmer Wikibooks was never closed (see discussion at [1]), but it's marked obsolete in pywikipediabot. The attached patch fixes this.
[1]: https://bugzilla.wikimedia.org/show_bug.cgi?id=19368
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3605499&group_…