r9910 pywikipedia - Code Review archive
Repository:
pywikipedia
Revision:
<
r9909
|
r9910
|
r9911
>
Date:
12:49, 19 February 2012
Author:
drtrigon
Status:
old
Tags:
Comment:
bug fix; scope has changed, follow-up to
r9901
and
r9904
Modified paths:
/trunk/pywikipedia/pywikibot/comms/http.py
(modified) (
history
)
Diff
[
purge
]
Index: trunk/pywikipedia/pywikibot/comms/http.py
—
—
@@ -174,7 +174,7 @@
175
175
if m:
176
176
charset = m.group(1)
177
177
else:
178
- if verbose:
178
+ if pywikibot.verbose:
179
179
pywikibot.output(u"WARNING: No character set found.")
180
180
# UTF-8 as default
181
181
charset = 'utf-8'
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r9901
updated analogue to rewrite 'getUrl' moved/splitted to 'pywikibot.comms.http....
drtrigon
22:44, 16 February 2012
r9904
bug fix; scope has changed, thus output was not working
drtrigon
13:29, 17 February 2012
Status & tagging log
09:01, 20 February 2013
Xqt
(
talk
|
contribs
)
changed the
status
of r9910
[
removed:
new
added:
old]