Xqt created this task.
Xqt added projects: Pywikibot, Pywikibot-tests.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION
Some recentchanges generators of
`site_generators_tests.TestRecentChanges.test_time_range()` gives no result,
e.g.:
for change in mysite.recentchanges(
start=pywikibot.Timestamp.fromISOformat(
'2008-10-01T01:02:03Z'),
total=5):
print('>>', change['timestamp'])
self.assertIsInstance(change, dict)
self.assertLessEqual(change['timestamp'], '2008-10-01T01:02:03Z')
never prints a timestamp.
TASK DETAIL
https://phabricator.wikimedia.org/T426535
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]