Last modified: 2014-11-09 20:26:07 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T75026, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 73026 - titletranslate uses missing date functions (pylint)
titletranslate uses missing date functions (pylint)
Status: NEW
Product: Pywikibot
Classification: Unclassified
General (Other open bugs)
core-(2.0)
All All
: High minor
: ---
Assigned To: Pywikipedia bugs
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-05 15:31 UTC by John Mark Vandenberg
Modified: 2014-11-09 20:26 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description John Mark Vandenberg 2014-11-05 15:31:15 UTC
$ pylint pywikibot/titletranslate.py | grep 'has no'
No config file found, using default configuration
E: 90,32: Module 'pywikibot.date' has no 'maxyearBC' member (no-member)
E: 91,28: Module 'pywikibot.date' has no 'maxyearBC' member (no-member)
E: 93,33: Module 'pywikibot.date' has no 'maxyearAD' member (no-member)
E: 94,29: Module 'pywikibot.date' has no 'maxyearAD' member (no-member)
E:101,45: Module 'pywikibot.date' has no 'maxyearBC' member (no-member)
E:102,40: Module 'pywikibot.date' has no 'maxyearBC' member (no-member)
E:105,43: Module 'pywikibot.date' has no 'maxyearAD' member (no-member)
E:106,38: Module 'pywikibot.date' has no 'maxyearAD' member (no-member)
E:133,23: Module 'pywikibot.date' has no 'bcFormats' member (no-member)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links