Seppl2013 added a comment.

  Again i had to do a patch to make sure the password is not forgot with two 
lines:
  
  login.py:
  
    site.password=password
  
  site.__init__.py:
  
    self.password=None # in constructor
  
  ....
  
    login_manager = api.LoginManager(site=self, user=self.username(), 
password=self.password)
  
  i would laugh about how awkward the code is if it wasn't for how complicated 
things got  in doing this open source multi developer multi -year patching 
style ...
  
  If i supply:
  mw_version
  password
  user
  site
  
  and what not why on earth would the API decide to fetch this via API - e.g. 
looking at a timeout value whether the version might have been changed. Boy i 
am  telling the API the verison to make sure it doesn't have to look it up ...

TASK DETAIL
  https://phabricator.wikimedia.org/T248471

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Seppl2013
Cc: Dvorapa, Xqt, Mpaa, Aklapper, Seppl2013, pywikibot-bugs-list, Zkhalido, 
Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Altostratus, Avicennasis, 
mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to